Simple Todo Application based on https://github.com/addyosmani/todomvc
###Installation
- Clone this repo
- run npm install
- Ensure MongoDb is running (command: mongodb )
- Run command: node app.js. Check http://localhost:8080
###Additional features
- Realtime support! Add, edit, delete and changing status all supported.
###More to do
- Add user accounts, personalize todo lists
- Make the list sortable