Thanks to visit codestin.com
Credit goes to github.com

Skip to content

rdgupta280/Kanban-Board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KANBAN BOARD

Description

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.

Tech Stack

  1. ReactJS
  2. React-Hooks
  3. React Icons
  4. draggable
  5. react-feather

Data Structure

const tempBoards = [...boards];
    tempBoards[index].cards.push({
      id: uuidv4(),
      title,
      labels: [],
      date: "",
      tasks: [],
    });
 

Collaborators

  1. Chinmay Jain, https://github.com/chinmay874
  2. Bablu Kumar, https://github.com/Bablukmr
  3. Ram Dayal, https://github.com/rdgupta280
  4. Gourav Dhankhar

We are develope a project of Kanban-Board in React-js.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •