m-korkut / Nodejs-MongoDb-TodoMVC

RealTime Todo App (TodoMVC) in Node.js (Express.js Framework) + MongoDb + socket.io

Home Page:http://todo.ishuah.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TodoMVC built with Node.js (Express.js Framework) + MongoDb + socket.io

Simple Todo Application based on https://github.com/addyosmani/todomvc

###Installation

  1. Clone this repo
  2. run npm install
  3. Ensure MongoDb is running (command: mongodb )
  4. Run command: node app.js. Check http://localhost:8080

###Additional features

  1. Realtime support! Add, edit, delete and changing status all supported.

###More to do

  1. Add user accounts, personalize todo lists
  2. Make the list sortable

About

RealTime Todo App (TodoMVC) in Node.js (Express.js Framework) + MongoDb + socket.io

http://todo.ishuah.com/

License:MIT License


Languages

Language:JavaScript 58.2%Language:CSS 32.8%Language:HTML 9.0%