Create a draggable image gallery using React.js, Tailwind CSS, and the DND (Drag and Drop) package.
Click the link above to see a live demo of the Draggable Image Gallery in action.
This project is built with the following technologies:
- React.js
- Tailwind CSS
- CSS
- DND (Drag and Drop Package)
- Create an image gallery with draggable images.
- Select and delete multiple images.
- The first image is featured.
To run this project locally, follow these steps:
# Clone the repository
git clone https://github.com/SkrChowdhury/reactjs-image-gallery
# Change directory to the project folder
cd reactjs-image-gallery
# Install dependencies
npm install
# Start the application
npm start