Skip to content

dideler/react-photo-gallery

Repository files navigation

Photo Gallery

The first challenge of the Findmypast front-end guild.

Getting Started

Run the sample app with npm start or yarn start

Requirements

  • Main photo display area
    • Each photo should have a caption associated with it and displayed somewhere
  • Next and Previous buttons to navigate through photos
    • When on the last photo and user clicks next, goes to the first photo
    • When on the first photo and user click previous, goes to the last photo
  • Show all the images in the gallery as a list of thumbnails
    • When clicking a thumbnail, the main image will change to that selected image
    • Highlight the thumbnail selected

About

Kata for building a photo gallery in React

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published