SwiftUI implementation of a Flickr photo browser.
This is a SwiftUI Flickr image browser using flickrs simple search api
To search: enter a category, then free text deliminated by a comma e.g.
Rocket, spacex <- this will search for tags of Rocket with text spacex.
Guitar, Amplifiers, fender <- this will search for 2 tags Guitar and Amplifier with text fender.
#Run
- Open up xcode (>=11)
- navigate to the project FlickrPics
- choose your device or simulator
- hit run