DEV Community

Cover image for How to create a drag and droppable Kanban Board with React and Chakra UI
Gionatha
Gionatha

Posted on

How to create a drag and droppable Kanban Board with React and Chakra UI

Hello folks! Today i want to show you how to build a modern drag and droppable Kanban Board using React.

The stack that we are going to use will consist of:

  • Vite (for creating the project)
  • React
  • Chakra UI (a component library build for React)
  • React DnD (a Drag and Drop library made for React)
  • React TextArea Autosize (a TextArea component that grows when the content inside increase)
  • other utilities libraries (useHook-ts, lodash, uuid, etc.)

Hope you enjoy!

Top comments (0)