Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.59 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.59 KB

Galleria slideshow
(React)


Table of contents

Project task

This is a solution to the Galleria slideshow site. Created in React, using a local JSON file there is the masonry layout, slideshow logic, and lightbox view.

Project overview

This is one of the most visually appealing React apps I've created. The home page displays more than 10 paintings and a navbar with a START SLIDESHOW button. Click on that button to start the paintings' slideshow. A slideshow was made using useParams method from react-router-dom, id-s are increasing every 4 seconds. There is also a progress bar and 2 arrows for navigation through the paintings. ArtPage displays basic info about selected painting like the artist, the artist's picture, the year it was painted, etc. I also created an error page that just displays a link to go back home.

Built with

  • React
  • CSS
  • JSON
  • React Router Dom
  • GitHub Pages

Lighthouse Score

Lighthouse Score

  • Performance: 96
  • Accessibility: 95
  • Best Practices: 100
  • SEO: 100

Last updated: 6/10/2024

I continuously strive to maintain and improve these scores with each update.

Live preview

Click for live preview