Skip to content

(WIP) Kata for building a photo gallery in React

Notifications You must be signed in to change notification settings

shovelend/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

(WIP) Kata for building a photo gallery in React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.3%
  • HTML 11.8%
  • CSS 5.9%