Pixel_Perfect_SwiftUI
A demo app to showcase pixel perfect, modern iOS development with SwiftUI and Combine on MVVM-C architecture.
Tech Stack: Swift, SwiftUI, Combine Architecture: MVVM-C. It is a combination of the Model-View-ViewModel architecture, plus the Coordinator pattern. Coordinator is where Dependency Injection happens.
Basically fetches data from TMDB API. Applies paging of items. Fetches next page whenever users scrolls to the bottom. On Detail screen, hows details.
API keys are stores in Plist files. All the code is testable. Unit tests are provided and fully working.
Testable architecture, clean code and pixel-perfect design. Supports dark mode also.