ToDo List Web App
This ToDo list web application is made using node.js, express.js, html, css, and ejs template with other packages.
Using route parameters, the user can create and navigate as many lists as desired.
MongoDB Atlas is used for databases, and the application is deployed on Render.
🔥 Deployed Link
This project is hosted on Render. Visit the following link to view the web application.
https://todo-list-k7qu.onrender.com/
🚀 Features
LIMIT
There is no limit to how many items you can add, so feel free to use it according to your needs.
ADD a Item
To add a new item, type where New Item is displayed, then click the "+" symbol to add your item.
DELETE a Item
To delete an item, click the checkbox beside that particular item and your item will be deleted.
DELETE the default item in list
Just add a new item and delete the default item, and then it will no longer be there.
Adding a different List
When the TODAY list opens for the first time, let's say you want to create a separate list for work or school. You can do so by adding /home or /school or any other name you choose with your current URL. You can then use the above way to implement the features discussed and build as many lists as you want.
For example, if the current URL is AB.com and you want to add a home list, write AB.com/home instead. It will create your home list, which you can manage and travel through as needed.
🎯 Frameworks & Languages Used

Log in or sign up for Devpost to join the conversation.