Simple Photo Album v1.0.0
Simple Photo Album v1.0.0
We're excited to announce the first release of Simple Photo Album, a lightweight, responsive web application for showcasing your photo collections.
Features
- Responsive grid layout for photo thumbnails
- Lightbox for full-size image viewing
- Keyboard navigation in lightbox (arrow keys, ESC)
- Configurable download functionality
- Pagination for large photo collections
- Support for various image aspect ratios
- Customizable photo data via JSON
Key Highlights
- Flexible Photo Display: Supports various aspect ratios including 4:3, 16:9, 1:1, portrait, and landscape orientations.
- Interactive Lightbox: View full-size images with easy navigation using arrow keys or on-screen arrows.
- Customizable Download Option: Enable or disable photo downloads easily through a simple configuration.
- Responsive Design: Looks great on devices of all sizes, from mobile phones to desktop computers.
- Easy Setup: Just clone the repository and start a local server - no complex build process required.
Technical Details
- Built with vanilla JavaScript, HTML5, and CSS3
- Uses Bootstrap 5.1.3 for responsive layout
- No backend required - runs entirely in the browser
- Photo data stored in a customizable JSON file
Getting Started
- Clone the repository
- Start a local server in the project directory
- Open
index.html
in your browser
For detailed instructions, please refer to the README.md file in the repository.
Customization
You can easily customize the photo album by modifying the photoData.json
file. Add your own photos, titles, and filenames to create your personalized photo gallery.
Future Plans
We're committed to improving Simple Photo Album. Some features we're considering for future releases:
- Tagging and filtering capabilities
- Slideshow functionality
- Theme customization options
We welcome your feedback and contributions to make Simple Photo Album even better!
Thank you for your interest in Simple Photo Album. We hope you enjoy using it as much as we enjoyed creating it!
Full Changelog: https://github.com/kinojacky/simple-photo-album/commits/v1.0.0