Create a responsive image gallery using React JS with the following features: reordering, deleting multiple images, and setting a feature image. The gallery should be visually appealing and provide a seamless user experience.
SRS - https://tabby-sedum-518.notion.site/SRS-for-Image-Gallery-384110a197504cef8e4ac2c3117db3db?pvs=4
Provide step-by-step instructions for installation.
-
Clone the repository:
git clone https://github.com/Rayhan-abdullha/image-gallery-drag-and-drop-client.git
-
Navigate to the project directory:
cd image-gallery-drag-and-drop-client
-
Install dependencies:
npm install
Describe the structure of your project's directories and what each one contains.
project-root/
├── public/
├── src/
│ ├── components/APP
├── |---context
| |---layout
| |---pages
| |---layout
| |---routes
| |---style
| |---utils
│ ├── App.jsx
│ ├── main.jsx
│ ├── App.jsx
│ ├── main.jsx
|-- index.html
├── README.md
├── package.json