Full featured universal (iOS, macOS, iPadOS) app showcasing the Rick and Morty API.
- Written in Swift
- Uses both UIKit and SwiftUI
- Designed with MVVM pattern
- No External Dependencies
- Pagination Support for data
- Auto layout Based
- Universal App: Run on iPhone, iPad, and Mac
- Built in Xcode 14
- Leverages free Rick & Morty API
The app has five key area that we will build out step-by-step
- Characters
- Locations
- Episodes
- Settings
- Search
As we build each section of the project, you'll learn about proper design practices, trade off making, separation of concerns, and more. Moreover, you'll see how you can build and deploy an app on multiple platforms (mac, iOS, iPadOS).
- This project will be fully unit and UI tested in an upcoming series. Given the size and breadth of the project, I've decided to intentionally separate this to make it more digestible.
- I plan to submit this to the App Store and will link a video for that here as well