/kanban_board

This is a dynamic and interactive Kanban board built with Next.js, Tailwind CSS and Framer Motion.

Primary LanguageTypeScriptMIT LicenseMIT

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:

    git clone https://github.com/MuhdHanish/kanban_board.git
    
  2. Navigate to the project directory:

    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 muhammedhanish11@gmail.com or connect with me on LinkedIn.

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!!