/flickr_images

Practice with Flickr API

Primary LanguageJavaScript

Flickr_Images

Practice with using Flickr API to grab images and displaying them as thumbnails. Built with vanilla JavaScript.

Live

Features

  • Images are grabbed from Flickr gallery and stored in an array.
  • Body is populated with images, scaled to be thumbnails (10 per images per row).
  • Images will scale on hover.
  • Modal will appear with full image upon clicking on thumbnail.
  • Modal image can be changed by clicking on another thumbnail or closed by clicking on the modal image.