A simple todo list webapp for your own need. Enjoy!
The webapp runs on a simple web server built using express.js.
- Node.js v6.x.x
$ npm install
$ node server.js
Open localhost:3000.
Please note that you have to execute the commands above inside the project root folder.