This iOS application allows users to explore quotes, character details, and episode information from Breaking Bad, Better Call Saul, and El Camino. It utilizes a public API and follows best practices in SwiftUI, MVVM architecture, and asynchronous networking.
- Displays quotes, characters, and episodes from all three series.
- Organized tab-based navigation using SwiftUI's
TabView
. - Responsive and adaptive UI with support for both iPhone and iPad.
- Asynchronous image loading for optimized performance.
- Modular views for clean, maintainable codebase.
- Spoiler-protected character death section using
DisclosureGroup
.
- Language: Swift
- Framework: SwiftUI
- Architecture: MVVM
- Networking: URLSession, async/await
- Parsing: JSONDecoder
- Assets: Custom images and colors
- Deployment Target: iOS 18.0+
- Clone the repository:
git clone https://github.com/your-username/BreakingBadApp.git