Skip to content

A simple image gallery. It has drag and drop feature implemented. We can sort by dragging and dropping it will automatically replace the image. We can also add image to preview the image. I handled empty state if there's no image left after deleting and also a confirmation before deleting images.

Notifications You must be signed in to change notification settings

ArshadChowdhury/image-gallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Gallery app

Here's a overview of this Image Gallery App here -

image

To run this project locally we have to clone it first by running

git clone https://github.com/ArshadChowdhury/image-gallery.git in terminal.

Then we'd have to install all the dependency by running yarn or yarn install or npm install in terminal.

Then after all the dependencies are downloaded we can run npm run dev or yarn dev and we should have the project running at http://localhost:5173/ by default by Vite.

We can sort all images, have a featured image, delete multiple images (not permanently),

About

A simple image gallery. It has drag and drop feature implemented. We can sort by dragging and dropping it will automatically replace the image. We can also add image to preview the image. I handled empty state if there's no image left after deleting and also a confirmation before deleting images.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published