Skip to content
View KugiHaito's full-sized avatar
🍪
eating cookies
🍪
eating cookies
Block or Report

Block or report KugiHaito

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
KugiHaito/README.md

Hi, I'm Kugi Haito 🍪

const Developer = function(nickname, statskills) {
    return {
        nickname,
        ...statskills,
        showStatus: () => console.log(nickname, statskills)
    }
}

let dev = new Developer("Kugi Haito", {
    status: {
        activity: "Studying...",
        learning: ["Vue.js", "Typescript"],
        working:  "CSSObject.js",
    },
    skills: {
        platforms:  ["Web", "Desktop"],
        languages:  ["JavaScript", "HTML", "CSS", "Sass", "Python"],
        ide:        ["VSCode", "Sublime Text", "Adobe XD"],
}})

dev.showStatus()
Stats Profile Most Used Languages
Kugi Haito's Github Stats Top Langs

Favorite Projects

Pinned

  1. CSSObject.js CSSObject.js Public

    A Parser CSS in Javascript Vanilla

    JavaScript 2 1

  2. AppScreen AppScreen Public

    AppScreen is a desktop application manager, using the Kivy graphical user interface (GUI). Enabling agile and effective creation and development

    Python 9 4

  3. IFPBProjetos IFPBProjetos Public

    A project listing site, which you can filter and view in various ways

    JavaScript 3

  4. lyweb lyweb Public

    Forked from alt-art/lyweb

    Site that searches song lyrics.

    JavaScript 1