An demo app used to sort list by dragging and dropping items in the desired location.
Live website at: https://varu87.github.io/react-drag-to-sort/
To run this application on your local machine, follow these steps:
- Clone the repository:
git clone https://github.com/varu87/react-drag-to-sort.git - Navigate to the project directory:
cd react-drag-to-sort - Install dependencies:
npm install - Start the development server:
npm run start
This project was built using the following technologies: