Image Gallery with ReactJS

This project is a responsive image gallery built with ReactJS with TypeScript. It offers features like sorting images and deleting multiple images.

Live Demo

You can view a live demo of this project here.

Setup

To set up this project locally, follow these steps:

  1. Clone the repository
git clone https://github.com/sumon-chandra/image-gallery
cd image-gallery
  1. Install the dependencies:
npm install
  1. Start the development server:
npm run dev

Open your browser and visit http://localhost:5173 or anything like that to see the gallery in action.

Technologies

Conclusion

This React image gallery project provides a visually appealing and user-friendly way to showcase and manage images with features like reordering, deleting, and setting a feature image. Feel free to use it as a starting point for your own projects and tailor it to your specific needs.