Simple Todo Application based on https://github.com/addyosmani/todomvc
I've deprecated this project because a lot of dependencies are outdated. Thank you to everyone who contributed/starred/posted issues!
- Clone this repo
- run npm install
- Ensure MongoDb is running (command: mongodb )
- Run command: node app.js. Check http://localhost:8080
- Realtime support! Add, edit, delete and changing status all supported.