The Task Management Next App is a simple and user-friendly tool to help users manage their tasks efficiently. It allows users to add, edit, delete, and track their tasks with ease. This project is being built as part of Hacktoberfest 2024 and aims to provide contributors with hands-on experience in contributing to open-source projects. Topics
Introduce task filtering and sorting capabilities to improve task management. Users should be able to filter tasks based on status, priority, or due date. Sorting options will include sorting by creation date, priority, or due date in ascending or descending order.
Acceptance Criteria
Implement filtering options for task status (To Do, In Progress, Done).
Allow filtering tasks based on priority (Low, Medium, High).
Sorting tasks by:
Creation Date (Newest to Oldest, Oldest to Newest)
Priority (Low to High, High to Low)
Due Date (Soonest to Latest, Latest to Soonest)
Ensure filtering and sorting functionality works seamlessly on both desktop and mobile views.
Description
Introduce task filtering and sorting capabilities to improve task management. Users should be able to filter tasks based on status, priority, or due date. Sorting options will include sorting by creation date, priority, or due date in ascending or descending order.
Acceptance Criteria