Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muhdhanish/kanban_board
This is a dynamic and interactive Kanban board built with Next.js, Tailwind CSS and Framer Motion.
https://github.com/muhdhanish/kanban_board
board framer-motion kanban-board nextjs nextjs14 tailwindcss typescript
Last synced: about 14 hours ago
JSON representation
This is a dynamic and interactive Kanban board built with Next.js, Tailwind CSS and Framer Motion.
- Host: GitHub
- URL: https://github.com/muhdhanish/kanban_board
- Owner: MuhdHanish
- License: mit
- Created: 2024-05-05T01:37:46.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-06T12:17:45.000Z (6 months ago)
- Last Synced: 2024-12-03T10:17:44.716Z (about 2 months ago)
- Topics: board, framer-motion, kanban-board, nextjs, nextjs14, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://muhdhanish-kanban-board.vercel.app
- Size: 154 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kanban Board
## Description
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.## Features
- 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.## Getting Started
To get started with the Kanban Board, follow these steps:1. Clone this repository:
```bash
git clone https://github.com/MuhdHanish/kanban_board.git2. Navigate to the project directory:
```bash
cd kanban_board
3. Install dependencies by running: `npm install` or `yarn install`4. Start the Server `npm run dev` or `yarn dev`
5. Access the Application: Open your browser and go to http://localhost:3000 to access the application.## Technologies Used
- 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.## Usage
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.## Feedback
If you have any feedback, please reach me at [[email protected]](mailto:[email protected]) or connect with me on [LinkedIn](https://www.linkedin.com/in/muhdhanish/).
## Contributing
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
1. Fork this repository.
2. Create a new branch for your feature or bug fix.
3. Make your changes and commit them to your branch.
4. Push your changes to your forked repository.
5. Submit a pull request to the main repository.## Support
Show your support by 🌟 the project!!