React Beautiful DND is a drag-and-drop library for React applications, allowing users to reorder items within lists with ease. Here is a a small project that shows the working of React Beautiful DnD
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
Clone the project using command
git clone https://github.com/sumedhiscoding/TaskManagementApp.gitAfter Cloning install the required dependancies using
npm i
After installing dependencies we can start the project in dev mode using
npm run dev