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)