From ee33b95aa966e39522309d39a6f962fe05641f99 Mon Sep 17 00:00:00 2001 From: Kiyan Date: Sat, 27 Sep 2025 18:46:15 +0200 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 177490d..fdcaf9d 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,15 @@ A responsive and dynamic photo gallery web application built with Spring Boot and Thymeleaf, featuring a modern masonry-style layout for images of varying sizes. This application is optimized for performance and usability, providing a smooth experience on both desktop and mobile devices. Features: - Masonry Grid Layout: Automatically arranges images of different sizes in an aesthetically pleasing masonry-style grid. - Lazy Loading: Images load as you scroll for faster initial load times and better performance. - Fullscreen Modal Viewer: Click an image to view it in fullscreen with previous/next navigation. - Responsive Design: Fully mobile-friendly using Bootstrap 5. - Dynamic Image Loading: Supports adding new images dynamically from the backend without changing frontend code. - Hover Effects: Smooth zoom and shadow effects for a modern look. + - Masonry Grid Layout: Automatically arranges images of different sizes in an aesthetically pleasing masonry-style grid. + - Lazy Loading: Images load as you scroll for faster initial load times and better performance. + - Fullscreen Modal Viewer: Click an image to view it in fullscreen with previous/next navigation. + - Responsive Design: Fully mobile-friendly using Bootstrap 5. + - Dynamic Image Loading: Supports adding new images dynamically from the backend without changing frontend code. + - Hover Effects: Smooth zoom and shadow effects for a modern look. Technologies Used: - Backend: Spring Boot, Java, Thymeleaf - Frontend: HTML, CSS, Bootstrap 5, JavaScript - Database: H2 / MySQL (via Spring Data JPA) - Build Tool: Maven \ No newline at end of file + - Backend: Spring Boot, Java, Thymeleaf + - Frontend: HTML, CSS, Bootstrap 5, JavaScript + - Database: H2 / MySQL (via Spring Data JPA) + - Build Tool: Maven \ No newline at end of file