Drag and drop Accessible kanban board implementing using React, @dnd-kit, tailwind and shadcn/ui
This repository provides an example of how to build an accessible Kanban board using React, dnd-kit, Tailwind, and Shadcn/ui. It showcases how these technologies can be used together to create a visually appealing and interactive Kanban board.
To install and run the example, follow these steps:
Clone the repository:
git clone https://github.com/GeorgeGriff/react-dnd-kit-tailwind-shadcn-ui.git
Navigate to the project directory:
cd react-dnd-kit-tailwind-shadcn-ui
Install the dependencies:
npm install
Start the development server:
npm start
Open your browser and visit http://localhost:3000
to see the running example.
The react-dnd-kit-tailwind-shadcn-ui example provides a comprehensive demonstration of how to build an accessible Kanban board using React, dnd-kit, Tailwind, and Shadcn/ui. By following the installation guide and exploring the codebase, developers can learn how to create visually appealing and interactive Kanban boards with drag and drop functionality. This example showcases the power and integration capabilities of these technologies, enabling the creation of accessible and engaging user interfaces.