Skip to content

Completed Task with React.js and Browser LocalStorage

Notifications You must be signed in to change notification settings

smmunna/task-management-2023

Repository files navigation

Task Title: Collaborative Task Management App

Task Description:

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.

Requirements:

  1. User Authentication:

    • Implement user authentication and registration functionalities.

    • Users should be able to sign up, log in, and log out.

    • Each user should have a profile with a profile picture, username, and bio.

      image

      image

      image

  2. 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.

    Creating task section and view task

    image

    image

  3. Team Collaboration:

    • Create a team-based environment where users can form teams and invite others to join.

    • Users should only be able to view and manage tasks within their team.

      image

      image

      image

  4. 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.).

    image

    image

    image

Bonus Dashboard:

  • Create a "Dashboard" section that shows a summary of tasks across all teams.

image


/*** * 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
* **/

About

Completed Task with React.js and Browser LocalStorage

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published