To-Do App is an online task management platform built using Django. It is designed to provide users with a simple and efficient way to manage their tasks. The app has a single user type and supports features such as task creation, editing, deletion, status tracking, reminders, sorting, and prioritization.
register = http://127.0.0.1:8000/register/ post data type = { "username":"a", "first_name":"a", "last_name":"a", "email":"swapnom@gmail.com", "password":"12345678n", "confirm_password":"12345678n"
}
- User registration, login, and logout system.
- Email verification for account activation.
- Create, edit, and delete tasks.
- Set task due dates and priorities.
- Assign tasks to projects.
- Mark tasks as completed or incomplete.
- Display tasks by status.
- Send Email reminders after task creation and completion.
- Sorting options for tasks by due date, priority and category.
- Filtering options to view specific tasks.
- Set task priorities from 0 to 8.
- Sorting options for tasks by priority levels.