kothai03 / sticky-notes

Sticky notes app using Mean stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sticky-notes

How to start application

> Install Nodejs
> Install Yarn or Npm (Yarn prepared)
> Goto terminal or CMD prompt
> git clone https://github.com/kothai03/sticky-notes.git
> cd sticky-notes
> Run yarn or npm install(to install dependencies)
> Run yarn dev (to start application)
> Goto localhost:9000 (Hurry! Now you can create your stickies)

Linting and Pre-commit hooks

> Run Yarn lint (It will run ESLINT(Airbnb standards against our code))
> Pre-commit hooks will help us to ensure we are commiting standard code(It will happen when you are trying to commit)

Technogies used

> NodeJS
> AngularJS
> MongoDB
> ExpressJS
> Yarn
> ES6

Standards Followed

Airbnb.

Application screenshots

screen shot 2017-12-16 at 9 12 52 am

screen shot 2017-12-16 at 9 13 05 am

About

Sticky notes app using Mean stack

License:MIT License


Languages

Language:JavaScript 73.4%Language:HTML 19.3%Language:CSS 7.2%