This is a simple project management application built with React and Tailwind CSS. It allows users to create projects, add tasks to projects, and manage their projects in a simple interface.
- Create Projects: Add new projects with a title, description, and due date.
- Add Tasks: Add tasks to individual projects.
- Delete Projects: Remove projects that are no longer needed.
- Delete Tasks: Remove tasks from projects.
- Responsive Design: The application is designed to work on different screen sizes.
- React
- Tailwind CSS
- JavaScript
- HTML
- CSS
-
Clone the repository:
git clone <repository-url>
-
Navigate to the project directory:
cd Project-management -
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open the application in your browser:
Go to
http://localhost:5173or the address provided by Vite.
The tailwind.config.js file configures Tailwind CSS, specifying the content files to be processed and any theme extensions.
Contributions are welcome! Please fork the repository and submit a pull request with your changes.