Skip to content

Rexon-Pambujya/projectManagementApp

Repository files navigation

Project Management App

Objective:

Develop a user-friendly Project Management application using React that allows users to create and manage projects and tasks efficiently.

Features:

  1. Project Creation:

  • Users can add new projects.
  • Each project has a unique title and description.
  • Projects are displayed in a list for easy navigation.
  1. Task Management:

  • Within each project, users can add multiple tasks.
  • Each task has a description.
  1. Task Completion:

  • Completed tasks can be cleared from the list to maintain an organized workspace.

Intsallation Steps:

This command will install all the necessary dependencies.

npm install

This command will start the devlopement server.

npm run dev

OutPut:

This is the start page of the app.

page showing the home page

When you click on Add project or create new project this page opens up where you fill details of the project.

Project details

After saving the project you can click on it on the side bar and view the project details and add respective tasks.

tasks page

clear tasks

Thank you for going through my project.

About

A simple user-friendly Project Management application using React that allows users to create and manage projects and tasks efficiently.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors