Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 992 Bytes

README.md

File metadata and controls

48 lines (31 loc) · 992 Bytes

Draggable Image Gallery

Create a draggable image gallery using React.js, Tailwind CSS, and the DND (Drag and Drop) package.

Table of Contents

Live Demo

Demo

Click the link above to see a live demo of the Draggable Image Gallery in action.

Technologies

This project is built with the following technologies:

  • React.js
  • Tailwind CSS
  • CSS
  • DND (Drag and Drop Package)

Features

  • Create an image gallery with draggable images.
  • Select and delete multiple images.
  • The first image is featured.

Installation

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