Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 766 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 766 Bytes

Todo List App

Todo List

The Todo List App is a simple and intuitive task management tool designed to help in organizing tasks efficiently.

Features

  • 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.

Accessing Different Categories

  • can access different categories of tasks by using the following URL pattern:
    • /:category

Technologies Used

  • HTML5, CSS3, JavaScript
  • Node.js and Express.js for the backend
  • Mongoose and MongoDB