Skip to content

SkrChowdhury/reactjs-image-gallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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