Giter VIP home page Giter VIP logo

Hey 👋, bro

/**
 * If you wan't to run this script.
 * Just follow the steps bellow.
 * 
 * $ git clone https://github.com/ilk-1/ilk-1
 * $ cd ilk-1
 * $ pnpm install
 * $ pnpm hello
 */


class FrontendEngineer {
    name = "ilk-1";
    email = "[email protected]";
    // Yeah, forever 20
    age = 20;
    nation = "China";

    hobbyList: string[] = [];

    sayHello = () => console.log("Hello!");
}

const my = new FrontendEngineer();
my.hobbyList.push(
    "Programming", 
    "Reading", 
    "Mountain Climbing",
);
my.sayHello();

Technologies

If you want to communicate with me about open source, you can click here to contact me in WeChat.

Red Hair's Projects

samoyed icon samoyed

A tool to improve the experience of git hooks.

taro icon taro

开放式跨端跨框架解决方案,支持使用 React/Vue/Nerv 等框架来开发微信/京东/百度/支付宝/字节跳动/ QQ 小程序/H5/React Native 等应用。 https://taro.zone/

tiny-vue-playground icon tiny-vue-playground

tiny-vue playground,support both Vue.js 2 and Vue.js 3,support JSX and TSX,support Less

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.