The Todo List App is a simple and intuitive task management tool designed to help in organizing tasks efficiently.
Deployed on Heroku https://shielded-tor-91508-3fcc29770bd2.herokuapp.com/
- Create tasks with title.
- Mark tasks as complete and it gets deleted.
- Filter tasks by category.
- Use the "/:Task" route to find specific tasks category.
- Responsive design for mobile and desktop use.
- can access different categories of tasks by using the following URL pattern:
- /:category
- HTML5, CSS3, JavaScript
- Node.js and Express.js for the backend
- Mongoose and MongoDB