A Kanban board is a visual project management tool that helps teams visualize and track their work. It is typically made up of a physical or digital board that is divided into columns, each of which represents a stage in the team's workflow. The columns are usually labeled with categories like "To Do", "In Progress", and "Done".
The Kanban board is used to track work items as they move through each stage of the workflow. Each work item is represented by a card that is placed on the board, and team members can move the cards from one column to another as they work on them. This helps the team to see at a glance which tasks are in progress, which tasks are waiting, and which tasks have been completed.
- ReactJS
- React-Hooks
- React Icons
- draggable
- react-feather
const tempBoards = [...boards];
tempBoards[index].cards.push({
id: uuidv4(),
title,
labels: [],
date: "",
tasks: [],
});
- Chinmay Jain, https://github.com/chinmay874
- Bablu Kumar, https://github.com/Bablukmr
- Ram Dayal, https://github.com/rdgupta280
- Gourav Dhankhar
We are develope a project of Kanban-Board in React-js.