Image Gallery Project


Objective:

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.

Installation

Provide step-by-step instructions for installation.

  1. Clone the repository:

    git clone https://github.com/Rayhan-abdullha/image-gallery-drag-and-drop-client.git
  2. Navigate to the project directory:

    cd image-gallery-drag-and-drop-client
  3. Install dependencies:

    npm install

Folder Structure

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