ToDo List Project
ToDo List Project
Overview:
A To-Do List Application is a simple productivity tool that allows users to create, manage, and track their
tasks.
This type of application is widely used by students, professionals, and teams to keep track of their daily or
long-term tasks.
4. Task Dashboard
- URL: /tasks/
- Displays a list of all tasks for the logged-in user.
- Tasks are categorized as Pending or Completed.
- Each task shows title, priority level, and due date.
- Includes a button to add a new task.
7. Delete a Task
- URL: /tasks/delete/<task_id>/
- Confirms whether the user wants to delete their task permanently.
9. Logout Page
- URL: /logout/
- Logs the user out and redirects them to the home page.