An open API service indexing awesome lists of open source software.

https://github.com/swapno963/effortlessplan


https://github.com/swapno963/effortlessplan

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# EffortlessPlan Task Management App

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.

## Features

register = http://127.0.0.1:8000/register/
post data type = {
"username":"a",
"first_name":"a",
"last_name":"a",
"email":"[email protected]",
"password":"12345678n",
"confirm_password":"12345678n"

}
### User Authentication

- User registration, login, and logout system.
- Email verification for account activation.

### Task Management

- Create, edit, and delete tasks.
- Set task due dates and priorities.
- Assign tasks to projects.

### Task Status Tracking

- Mark tasks as completed or incomplete.
- Display tasks by status.

### Task Reminders

- Send Email reminders after task creation and completion.

### Task Sorting and Filtering

- Sorting options for tasks by due date, priority and category.
- Filtering options to view specific tasks.

### Task Prioritization

- Set task priorities from 0 to 8.
- Sorting options for tasks by priority levels.