Skip to content

kothai03/sticky-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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