https://github.com/swapno963/effortlessplan
https://github.com/swapno963/effortlessplan
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/swapno963/effortlessplan
- Owner: Swapno963
- Created: 2024-01-13T17:59:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-02T11:34:01.000Z (over 1 year ago)
- Last Synced: 2025-01-30T02:22:22.493Z (5 months ago)
- Language: Python
- Size: 130 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.