{"id":21614440,"url":"https://github.com/shrtlist/flickrchallenge","last_synced_at":"2026-05-18T18:35:40.469Z","repository":{"id":264406717,"uuid":"891755104","full_name":"shrtlist/FlickrChallenge","owner":"shrtlist","description":"SwiftUI app that allows a user to search Flickr for images.","archived":false,"fork":false,"pushed_at":"2025-02-04T19:31:48.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-04T20:30:23.271Z","etag":null,"topics":["async-await","asyncimage","combine","mvvm","structured-concurrency","swiftui"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shrtlist.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-20T22:34:41.000Z","updated_at":"2025-02-04T19:36:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"b02cae10-1f03-4d62-8918-ffdf6a7ce888","html_url":"https://github.com/shrtlist/FlickrChallenge","commit_stats":null,"previous_names":["shrtlist/flickrchallenge"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shrtlist%2FFlickrChallenge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shrtlist%2FFlickrChallenge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shrtlist%2FFlickrChallenge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shrtlist%2FFlickrChallenge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shrtlist","download_url":"https://codeload.github.com/shrtlist/FlickrChallenge/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244265556,"owners_count":20425737,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["async-await","asyncimage","combine","mvvm","structured-concurrency","swiftui"],"created_at":"2024-11-24T22:08:04.421Z","updated_at":"2026-05-18T18:35:35.450Z","avatar_url":"https://github.com/shrtlist.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"Coding challenge for an iPhone application that allows a user to search Flickr for images.\n\nCreate the UI with a search bar at the top and a grid below it to display thumbnail images.\nThe user should be able to enter text into the search bar and see a grid of images whose tags match\nthe search string.\nThe search string can be a single word (such as “porcupine”) or comma-separated\nwords (such as “forest, bird”).\n\nFetch the list of images using this API from Flickr:\n\nhttps://api.flickr.com/services/feeds/photos_public.gne?format=json\u0026nojsoncallback=1\u0026tags=porcupine\n\nYou’ll replace “porcupine” in that URL with the search word(s) typed by the user.\nThis is a free public feed. No API key is required. You can learn more about this API here: The App\nGarden\n\nAcceptance Criteria\n- The search results should come from the API listed above (replace the word “porcupine”\nwith the one typed by the user).\n- The search results should be updated after each keystroke or change to the search string.\n- When performing the search, show a progress indicator without blocking the UI.\n- Tapping on an image should display an image detail view that contains the following details:\n  - The image\n  - Text element that displays the title\n  - Text element that displays the description\n  - Text element that displays the author\n  - Text element that displays a formatted version of the published date\n- Add at least one unit test that covers some portion of your code.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshrtlist%2Fflickrchallenge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshrtlist%2Fflickrchallenge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshrtlist%2Fflickrchallenge/lists"}