A sample iOS app created using SwiftUI to search for a TV show
- Search for TV Shows: Enter keywords to search for TV shows from https://api.tvmaze.com
- Show Details: View information about a selected show, such as:
- Title
- Genre
- Runtime
- Summary
- Filter by genre
- Language: Swift
- Frameworks:
- SwiftUI
- Combine for reactive programming
- URLSession for network calls
- Architecture: MVVM (Model-View-ViewModel) or other patterns as appropriate
- Testing: Unit tests with XCTest