Create a native app that allows users to view search results from the free OMDB API available at http://www.omdbapi.com/
- 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.
- 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.