Skip to content

SidneyTeodoroJr/interactive_image_gallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interactive Image Gallery




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.



Functionalities

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.

How to use

To use the project, follow the instructions below:

  1. 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
  1. Open the index.html file in your preferred web browser.

  2. 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.

Contribution

If you want to contribute to this project, please follow the steps below:

  1. Fork this repository and clone it to your local machine.

  2. Create a new branch for your changes:

    git checkout -b my-branch
    
  3. Make the desired changes and commit them:

    git commit -m "my changes"
    
  4. Push the changes to the remote repository:

    git push origin minha-branch
    
  5. Open a pull request on the original repository.


Contribution


Contributions are welcome! If you encounter any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.