Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 856 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 856 Bytes

Gaming Apps Technical Challenge iOS

Create a native app that allows users to view search results from the free OMDB API available at http://www.omdbapi.com/

Requirements

  • Call the API for a given search term, which will be provided during the challenge.
  • Display the returned results in a clear and concise way, building your UI however you see fit.
  • You should create a single table/list view which displays all returned results.
  • Validate that your code compiles, runs and works.
  • Include inline code comments to ensure that another engineer could pick this project up in future and extend/maintain it easily.

Expectations

  • The app should be developed using the latest version of Swift. Feel free to use UIKit, SwiftUI or a combination of both.
  • You should not use code generation tools.
  • Documentation comments are encouraged.