A To-Do List
Download the files and install npm.
npm i
Also install Nodemon to have an active server initialized.
npm install -g nodemon
Run the app
nodemon app
type http://localhost:3000/ in your browser adress bar
Add items on your to do list and strikethrough them when done or delete from list.
Pull requests are welcome.