https://github.com/tamannabithy/pic-shiftx
a responsive image gallery using React JS with the following features: reordering, deleting multiple images, and setting a feature image.
https://github.com/tamannabithy/pic-shiftx
dnd-kit reactjs
Last synced: about 1 month ago
JSON representation
a responsive image gallery using React JS with the following features: reordering, deleting multiple images, and setting a feature image.
- Host: GitHub
- URL: https://github.com/tamannabithy/pic-shiftx
- Owner: tamannaBithy
- Created: 2023-10-31T10:12:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-05T15:20:05.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T19:44:58.384Z (9 months ago)
- Topics: dnd-kit, reactjs
- Language: JavaScript
- Homepage: https://pic-shift-x.netlify.app/
- Size: 3.57 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image Gallery App
A responsive image gallery built with React.js, featuring reordering, multiple image deletion, and setting a feature image.
## Features
- Reorder images via drag-and-drop.
- Select and delete multiple images.
- Set a feature image which you want.## Usage
```bash
git clone https://github.com/tamannaBithy/pic-shiftX
cd pic-shiftX
npm install
npm run dev
```