A web application for displaying photos. Images are rendered dynamically via JavaScript and can be viewed in an enlarged pop-up window.
Fotogram is part of the Developer Akademie's training programme for software developers (www.developerakademie.com). Certain technical and logical requirements had to be met for this project, but I was able to incorporate my own ideas into the design. The logo used was provided by the Developer Akademie. All other images are from Pixabay.
No build tool or server required — just a modern browser.
Clone the repository:
git clone https://github.com/karinaklages/fotogram.git
cd fotogramThen open index.html directly in your browser:
fotogram/index.html
fotogram/
├── fonts/ # Local font files
├── img/ # Images and assets
├── index.html # Application entry point
├── style.css # Main stylesheet
├── mobile.css # Responsive styles for mobile devices
├── fonts.css # Font definitions
├── script.js # Core logic
└── template.js # HTML templates for dynamic content

