This project provides a straightforward and user-friendly photo gallery application using simple HTML, CSS, and JavaScript. View and organize your photos in a clean and intuitive interface.
- Photo Viewing: Browse and view photos in a grid layout or carousel.
- Photo Organization: Organize photos into different albums.
- Responsive Design: The gallery is designed to be responsive and accessible on various devices.
Grid layout | Carousel |
---|---|
A web browser (e.g., Chrome, Firefox, Safari)
Clone the repository:
git clone https://github.com/escobot/simple-photo-gallery.git
cd simple-photo-gallery
Open the gallery:
Open the index.html
file in your web browser to view and use the photo gallery.
- Photos are displayed in a grid layout.
- Click on a photo to view it in the carousel.
- Create albums to organize your photos by grouping pictures with the data-gallery HTML tag.