https://github.com/swapno963/plan-master
https://github.com/swapno963/plan-master
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/swapno963/plan-master
- Owner: Swapno963
- Created: 2024-01-29T16:57:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-30T12:33:57.000Z (over 1 year ago)
- Last Synced: 2025-01-30T02:22:20.990Z (5 months ago)
- Language: JavaScript
- Size: 1.8 MB
- 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
# get/post all task = http://127.0.0.1:8000/api
# priority/due_date/current_status= http://127.0.0.1:8000/api?priority=&due_date=¤t_status=completed
### 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.