A simple project management app built with React and Tailwind CSS.
- Add new projects with a title, description, and due date.
- View a list of added projects in the sidebar.
- Click on a project to view its details.
-
Clone the repository:
git clone https://github.com/your-username/project-management-app.git cd project-management-app -
Install dependencies:
npm install
-
Start the development server:
npm run dev
- Click New Project to create a project.
- Fill in the details and click Save.
- The project appears in the sidebar.
- Click on a project in the sidebar to view its details.
- React – For building the UI components.
- Tailwind CSS – For styling the app.
This project is licensed under the MIT License.
