Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrhrifat/image-gallery
An responsive Image Gallery with amazing layout & features. Like:- Reordering Image, Select/Unselect Multiple Image, Deleting Multiple Images & add a Feature Image. The gallery is visually appealing and provide a seamless user experience.
https://github.com/mrhrifat/image-gallery
gallery-images gallery-page image image-gallery image-gallery-application image-gallery-react image-manipulation images
Last synced: about 2 months ago
JSON representation
An responsive Image Gallery with amazing layout & features. Like:- Reordering Image, Select/Unselect Multiple Image, Deleting Multiple Images & add a Feature Image. The gallery is visually appealing and provide a seamless user experience.
- Host: GitHub
- URL: https://github.com/mrhrifat/image-gallery
- Owner: mrhrifat
- License: gpl-3.0
- Created: 2023-11-01T08:53:19.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-03T05:15:52.000Z (about 1 year ago)
- Last Synced: 2023-11-03T18:33:42.364Z (about 1 year ago)
- Topics: gallery-images, gallery-page, image, image-gallery, image-gallery-application, image-gallery-react, image-manipulation, images
- Language: TypeScript
- Homepage: https://imagegalleryreact.vercel.app
- Size: 426 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Image Gallery
An responsive Image Gallery with amazing layout & features.
Like:- Reordering Image, Select/Unselect Multiple Image, Deleting Multiple Images & add a Feature Image. The gallery is visually appealing and provide a seamless user experience.## Live
- [Image Gallery](https://imagegalleryreact.vercel.app)
## Features
- Responsive Layout
- Reordering Image
- Select/Unselect Multiple Image
- Deleting Multiple Images
- Add a Feature Image Slot
- 100 Performance, 100% Accessibility, 100% Best Practives, 100% SEO## Lighthouse Report
## Development & Testing
If you are exiting & see how it works in local development machine
- Clone repositories
- Install dependencies (Take a Cup of Coffee!)
- Start the server (On successfull)```
VITE v4.5.0 ready in 163 ms➜ Local: http://localhost:5173
➜ Network: use --host to expose
➜ press h to show help```
- Go to port http://localhost:5173
- Enjoy!```
git clone https://github.com/mrhrifat/image-gallery.git
yarn install or yarn
yarn dev
http://localhost:5173
```