In this task, you'll be challenged to create a collaborative task management application using React.js. The application will allow users to create, assign, and track tasks in a team environment. Data Storage : Use local storage or Indexed DB of your browser to store all types of data.
-
User Authentication:
-
Task Creation and Management:
- Allow users to create tasks with a title, description, due date, and priority level.
- Users should be able to assign tasks to other team members.
- Implement a way to mark tasks as completed or in progress.
-
Team Collaboration:
-
Task Filtering and Sorting:
- Provide options to filter tasks by their status (completed, in progress, pending) and due date.
- Allow users to sort tasks by different criteria (priority, due date, etc.).
- Create a "Dashboard" section that shows a summary of tasks across all teams.
/*** * AUTHOR: MINHAZUL ABEDIN MUNNA
* LINKEDIN: https://www.linkedin.com/in/minhazulabedinmunna/
* TIME: 10:56 PM
* DATE: 07 September 2023
* Completed the task for iBios.LTD
* **/