Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 639 Bytes

File metadata and controls

42 lines (30 loc) · 639 Bytes

Notes App

User based app that let the users create personal notes, save edit and delete them.

Built With:

  • Meteor
  • React
  • Node JS
  • Mongo DB
  • EnzymeJS
  • ExpectJS
  • And more!

Live Demo

Getting Started:

First you need to download and install Meteor on your machine.

Then clone the repo and run the following:

meteor npm install

then:

meteor

and then visit localhost:3000

Running the tests

All you need to do is run the following command:

npm test

Enjoy!