This is a dynamic and interactive Kanban board built with Next.js, Tailwind CSS, and Framer Motion. It allows users to manage their tasks and workflows efficiently in a visually appealing interface.
- Drag-and-drop functionality for moving tasks between different stages (backlog, todo, active, completed).
- Responsive design that works seamlessly across devices of all sizes.
- Customizable task cards with options for adding/deleting tasks.
- "Burbareel" component: On large screen devices, you can delete tasks by dragging them into the "burbareel" component.
To get started with the Kanban Board, follow these steps:
-
Clone this repository:
git clone https://github.com/MuhdHanish/kanban_board.git
-
Navigate to the project directory:
cd kanban_board
-
Install dependencies by running:
npm install
oryarn install
-
Start the Server
npm run dev
oryarn dev
-
Access the Application: Open your browser and go to http://localhost:3000 to access the application.
- Next.js: A React framework for building server-side rendered and static web applications.
- TypeScript: A superset of JavaScript that adds static typing and other features to the language.
- Tailwind CSS: A utility-first CSS framework for building custom designs quickly.
- Framer Motion: A React animation library for creating smooth and interactive animations.
To use the Kanban Board, follow these guidelines:
- Create new tasks by clicking the "Add Task" button.
- Drag tasks between different columns (backlog, todo, active, completed) to update their status.
- On medium screen devices for moving tasks between columns, select the desired column from the dropdown menu on the task card and delete tasks by clicking the delete button on the task card.
- On large screen devices Drag-and-drop functionality for moving tasks between different stages and you can delete tasks by dragging them into the "burbareel" component. Simply drag a task card over to the designated area, and it will be deleted automatically.
If you have any feedback, please reach me at [email protected] or connect with me on LinkedIn.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork this repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them to your branch.
- Push your changes to your forked repository.
- Submit a pull request to the main repository.
Show your support by 🌟 the project!!