This site is live at https://berndog-todo.herokuapp.com/
To run locally you will need to install the node packages in package.json. In the terminal run:
npm install
touch .env
In the .env file you will need _COOKIE_SESSION_SECRET=somesecretpassword Then to run on localhost:3000:
node app.js
This site uses cookies to keep track of tasks, they are deleted from the live site after 24hrs.