The Kanban Board π is a dynamic task management tool providing a visual journey from "Todo" β‘οΈ "In Progress" β‘οΈ "Blocked" β‘οΈ "Completed."
- Drag-and-drop tasks seamlessly.
- Create, edit, and delete tasks effortlessly.
- Detailed task view for better insights.
- Light and Dark Mode for a personalized experience.
- Clone the repository:
git clone https://[email protected]:JunaidKhan444/Kanban-Board.git
- Navigate to the project directory:
cd Kanban-Board
- Install dependencies:
npm install
- Run the application:
npm run dev
- Open in your browser at LocalHost.
- To add a new task, click on the "Plus Icon" button in the desired column and fill in the task details.
- Move tasks seamlessly by dragging and dropping between columns.
- Edit a task by clicking on the task card and making necessary changes.
- Delete a task by clicking on the delete icon on the task card.
Contributions are welcome! If you'd like to contribute to the Kanban Board:
- Fork the repository.
- Create a new branch:
git checkout -b my-feature
. - Make your changes and commit them:
git commit -am 'Add new feature'
. - Push the changes to your fork:
git push origin my-feature
. - Submit a pull request detailing your change.
Happy coding! ππ©βπ»π¨βπ»