Logo
  • home
  • about me
  • projects
  • contact
background

Hello, I'm

MOKSHIT JAIN

Web Designer and Programmer

class Person {
    constructor (name, skills, birthYear) {
        this.name = name;
        this.skills = skills;
        this.age = new Date().getFullYear() - birthYear;
    }
}

const Me = new Person( 'Mokshit Jain', ['Designer', 'Developer'], 2006 );

About Me

Hi, I'm Mokshit, a 15 year old tech enthusiast, designer and developer from India. I am proficient in Javascript, Node.js and Express.js. I'm currently learning Vue.js.

I can design and develop beautiful websites and user interfaces, create real-time applications and robust backend APIs. I can also learn new concepts fast enough to deliver high quality results on time.

I am also familiar with technologies like Git (Github) and Content Management Systems like Drupal. I also love to contribute to Open Source.

My Skills

HTML

Javascript

Git

Node.js

Vue.js

Mongoose

MongoDB

Express.js

CSS3

Projects

Get in Touch

Thank You

Want to collaborate?


Made with ❤ by Mokshit Jain

You can find the source code here