This ReactJS-based project enables you to create an interactive image gallery with features like drag-and-drop reordering and the ability to delete multiple images.
Follow these steps to set up and run the project on your local machine.
- Node.js and npm should be installed on your system.
-
Clone this repository to your local machine.
-
Navigate to the project directory.
-
Install the project dependencies using this command on terminal
npm install
- Start the development server using this command on terminal
npm run dev
- Open your web browser and go to
http://localhost:8000
to access the image gallery.
-
Drag-and-Drop Reordering: Simply drag and drop images to change their order in the gallery.
-
Multiple Image Deletion: Select multiple images for deletion and use the delete button to remove them.
-
Responsive Design: The gallery is designed to work well on various devices and screen sizes.
We have plans to add more features and improvements in the future. Feel free to contribute and suggest ideas.
This project is licensed under the MIT License.
- This project was created with the help of ReactJS and other open-source libraries.
Enjoy using the Drag-and-Drop Image Gallery!