A simple iOS app to showcase user profiles and albums while evaluating coding style and design patterns.
- Profile Screen: Displays a user's name, address, and albums.
- Album Details Screen: Shows album photos in an Instagram-like grid.
- Search: Filter album photos by title dynamically.
- Bonus: Open images in a viewer with zoom and sharing.
- Swift, UIKit, MVVM
- Combine/RxSwift, CombineCocoa/RxCocoa
- Moya for networking
- Swift Package Manager for dependencies
- Alamofire for image cashing
- Clone the repo
- Install dependencies using Swift Package Manager
- Run the project in Xcode