A sleek and efficient task management web application built with React.js and styled using Tailwind CSS. This project allows users to organize tasks into categories and columns such as "To Do," "Doing," and "Done," providing a clear and interactive overview of task progress.
Check out the live demo of the project: Modern Task Manager on Netlify
- Add tasks with associated categories and status columns.
- Drag-and-drop functionality to move tasks between columns.
- Visual categorization using colored tags.
- Clean and user-friendly interface.
- React.js: For building reusable components and managing state.
- Tailwind CSS: For modern, responsive, and minimalistic styling.
- Netlify: For deploying the project.
To run this project locally, follow these steps:
- Clone this repository:
git clone https://github.com/fuyalasmit/Modern-Task-Manager.git
- Navigate to the project directory:
cd Modern-Task-Manager
- Install the dependencies:
npm install
- Start the development server:
npm run dev
- Open in browser:
Navigate to
http://localhost:5173
(or the specified port) to view the app.
Contributions are welcome! Feel free to submit a pull request or open an issue.
This project is open source and available under the MIT License.