Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.01 KB

README.md

File metadata and controls

21 lines (13 loc) · 1.01 KB

An Interactive Photo Gallery

Techdegree_Project_Unit 05

Description

For this project I had to create an interactive photo gallery using JavaScript and jQuery. Thumbnails and photos were provided with descriptions for me to implement as project material. At the top of the page, I had to include a search area where photos hide and show depending on user input. When the user clicks on a thumbnail, the photo will display in a lightbox. The photo gallery also needed to be consist of back and previous arrows to allow users to cycle through photos.

I also went for the Exceeds Expectations Grading where I had to:

  • Write my own JavaScript or jQuery code instead of using a jQuery plugin for the search/content filtering requirement.
  • Include a mobile-first apporach for both the gallery page and the lightbox, by utilizing media queries to ensure that photos and layout adjust for a mobile-friendly experience.

Browsers tested for compatibility:

  • Chrome
  • Firefox
  • Edge
  • Safari

Grade: Exceeds Expectations