Skip to content

A simple photos app that uses the Flickr API to fetch and display images

Notifications You must be signed in to change notification settings

nanafox/odin-flickr

Repository files navigation

Odin Flickr - Using External APIs

This project uses the Flickr API to search for images based on a user's query. The user can enter a search term and the app will display a list of images that match the search term. The user can then click on an image to view it in full size.

Odin Flickr