Brief description of the project.
-
Frontend:
- React
- HTML/CSS
-
Backend:
- Node.js
- Express.js
- MongoDB
- A text input for adding a new to-do item.
- A list/grid view that displays all the to-do items from the database.
- Each item shows the task description and a checkbox to mark the task as completed.
- Option to delete a item and also collectively delete all done todos.