Develop a user-friendly Project Management application using React that allows users to create and manage projects and tasks efficiently.
- Users can add new projects.
- Each project has a unique title and description.
- Projects are displayed in a list for easy navigation.
- Within each project, users can add multiple tasks.
- Each task has a description.
- Completed tasks can be cleared from the list to maintain an organized workspace.
This command will install all the necessary dependencies.
npm install
This command will start the devlopement server.
npm run dev
This is the start page of the app.
When you click on Add project or create new project this page opens up where you fill details of the project.
After saving the project you can click on it on the side bar and view the project details and add respective tasks.
Thank you for going through my project.


