Here you will see a fully interactive image gallery. Hope you like!
An interactive image gallery is a way to show multiple photos in the same space, allowing the user to choose which images they want to see in detail. It is a great option for websites that want to display their products, services or portfolio in a dynamic and attractive way.
The interactive image gallery has the following features:
- Image Display: Images are displayed in a grid in the gallery interface.
- Navigation: Users can browse images by scrolling the page.
- Magnification: You can enlarge an image for full screen viewing.
- Description: each image contains a description, which is displayed along with the image.
To use the project, follow the instructions below:
- Clone this repository on your local machine using the following command:
git clone https://github.com/SidneyTeodoroJr/interactive_image_gallery.git
2. Navigate to the project directory:
cd interactive_image_gallery
-
Open the
index.html
file in your preferred web browser. -
You will see the interactive image gallery in the browser interface. Use the navigation buttons to view different images and click on an image to enlarge it.
If you want to contribute to this project, please follow the steps below:
-
Fork this repository and clone it to your local machine.
-
Create a new branch for your changes:
git checkout -b my-branch
-
Make the desired changes and commit them:
git commit -m "my changes"
-
Push the changes to the remote repository:
git push origin minha-branch
-
Open a pull request on the original repository.
Contributions are welcome! If you encounter any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.