An app that lets you take notes of To-Do items, mark items as you complete and delete as you wish. The single page app is built using JavaScript.
To run the app,
- clone this repository (https://github.com/ktsein/To-Do-List-App.git)
- install http-server from npm if you haven't (npm install http-server -g)
- run http-server
