This is 1st version of todolist .
requires following packages ..
npm install express
npm install body-parser
npm install ejs
This is the initial version of todolist . It is simple and without any DB connectivity .It allows users to add and delete items from the list . It also has functionality to create custom list.
JavaScript