TodoMVC built with Node.js (Express.js Framework) + MongoDb + socket.io
Simple Todo Application based on https://github.com/addyosmani/todomvc
###Installation
- Clone this repo
- 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