Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robiuzzaman4/dnd-image-gallery
Dnd Image Gallery - A dragg an drop image gallery with sorting and smooth user experience.
https://github.com/robiuzzaman4/dnd-image-gallery
dnd-kit reactjs taiwlindcss
Last synced: 10 days ago
JSON representation
Dnd Image Gallery - A dragg an drop image gallery with sorting and smooth user experience.
- Host: GitHub
- URL: https://github.com/robiuzzaman4/dnd-image-gallery
- Owner: robiuzzaman4
- Created: 2023-10-31T11:43:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-04T18:12:00.000Z (about 1 year ago)
- Last Synced: 2024-11-15T14:11:13.713Z (2 months ago)
- Topics: dnd-kit, reactjs, taiwlindcss
- Language: JavaScript
- Homepage: https://dnd-images-gallery.netlify.app/
- Size: 1.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `Dnd Image Gallery` - Build with React.js & Dnd Kit
## Key Features:
1. **Gallery Layout:**
- Implemented grid layout for the image gallery.
- The gallery displaying images with one feature image larger than the others.
2. **Sorting:**
- Enabled reordering functionality to allow users to rearrange the order of images in the gallery.
- Implemented drag-and-drop functionality.
- `Warning:` This feature will not work on mobile or touch screen devices.
3. **Deleting Multiple Images:**
- Allow users to select multiple images and delete them.
- Provided a clear visual indication of selected images.
4. **Setting Feature Image:**
- Allow users to set a feature image by sorting.
- Pretend the first image (from the LTR direction) as the featured image
- The feature image visually distinct from the other images.
- `Warning:` This feature will not work on mobile or touch screen devices.
5. **User Experience:**
- Ensure a smooth and responsive user experience.
- Implemented transitions or animations for a polished look and feel.## Used Technologies:
1. **Vite JS**
2. **React JS**
3. **Tailwind CSS**
4. **Dnd Kit**## Deployment:
**Netlify: [Visit Now 🚀](https://dnd-images-gallery.netlify.app/)**