React Image Gallery
Welcome to the React Image Gallery project! This is a straightforward image gallery built using React, allowing users to select images from their file explorer and view them in a gallery, full-screen mode, or as a slideshow.
Features
-
Image Selection: Users can easily select images from their local file explorer to add them to the gallery.
-
Gallery View: View selected images in a grid-style gallery for easy navigation.
-
Fullscreen Mode: Clicking on an image allows users to view it in full-screen mode for a closer look.
-
Slideshow: Enjoy a slideshow of the images, with customizable time intervals between slides.
Installation
Follow these steps to set up and run the project locally:
git clone https://github.com/edilson258/react-gallery.git
cd react-gallery
yarn
yarn run dev
then access the app using http://127.0.0.1:3000/