This is a web app created using Node.js and related packages (mongoose, express, body-parser, lodash, EJS).
- Loads a default list titled "Today"
- Add and delete items
- Create custom lists using a URL (Add "/your-new-list-name" to the URL of web App)
- Add and delete items from custom lists
- Data persisted in a mongoDB database, thus available after refresh.
- Clone/download this repositiory:
git clone https://github.com/pmessan/todolist.git
- Install packages dependencies
cd todolist && npm i
- Start the web server with nodemon
nodemon app.js
- Go to localhost:3000 on your web browser
- Voilà! Your Todolist is live!
Hosted live using Heroku and MongoDB Atlas at Link to be posted