This project is a simple Project Managment App built in React. I created this project to reinforce my understanding of React core concepts such as refs, props, etc..
- Add Projects: Create new projects
- Set Projects Info: Define details for each project, such as title, description, and due date.
- Navigate Between Project: Easily switch and view different projects within the application.
- Add Tasks to Projects: Assign specific tasks to individual projects.
- Delete Tasks to Projects: Delete specific tasks to individual projects.
- Delete projects: Remove projects that are no longer needed.
- Clone the repository: git clone https://github.com/MarcoBasileDev/React-Project-Managment-App.git
- Install dependencies: npm install
- Run: npm run dev
- Overcome Props Drilling
- Add New Features
- Improve current style
- Add themes
Contributions to this project are welcome! If you have ideas for improving the project or want to add new features, feel free to submit a pull request.
This project is licensed under the MIT License.