Add items to your main todo list or your work todo list. Implemented with Node.js, Express, EJS, and MongoDB.
Hosted example with Heroku and Mongo Atlas:
Main list: https://polar-eyrie-33275.herokuapp.com/
Create other lists: https://polar-eyrie-33275.herokuapp.com/:listname
$ npm install
Create a .env file in the main folder, containing the connection string for your MongoDB. For example, use the following for local connections:
MONGODB_SRV_ADDRESS=mongodb://localhost:27017/todolistDB
$ npm start
Getting started: https://ejs.co