NEW REACT PROJECT – Lightbox Gallery

Category: | Posted on:August 20, 2022
react gallery

I added a React Lightbox Gallery to the projects archive. It is my first attempt at an independent React project.

Lightbox Gallery Features

  • Landing page with welcome text.
  • Presentation page with image gallery and categorized navigation.
  • Images expand to a detail view when clicked.

The initial setup for this React project is minimally featured due to a work-related time constraint. I intend to develop the functionality and effects further.

Related Logs


  • NEW PROJECT – Centipede

    February 13, 2025

    Centipede is a bare-bones facsimile of the classic arcade game of the same name. Objective Continuing my exploration of Game Development with the Javascript Canvas API, I moved onto Centipede mostly by accident. Once again I avoided tutorials in order to try and work through the logic myself. The key goal with this game was handling […]

    Continue Reading
  • UPDATE – Space Invaders

    January 28, 2025

    Quick presentational update to the Space Invaders project. Keep Shields Centered On Hit Shields will now automatically maintain a centered position when hit my an alien missile. I initially thought this was going to involve some math to determine whether the missile hit on the right or left side. I even put together a formula […]

    Continue Reading
  • NEW PROJECT – Space Invaders

    January 27, 2025

    Space Invaders is a bare-bones facsimile of the classic arcade game of the same name. Objective I wanted to take what I learned from the Asteroids Tutorial in my last project and iterate without the training wheels this time. Space Invaders has more lateral movement from the player and hostiles than in Asteroids, and has […]

    Continue Reading