Implement an app where a user can pick products from a list and checkout them to get the resulting price, and see what discounts are applied. You should get the list of products from here.
Diagram:
- Base on sergdort/CleanArchitectureRxSwift
- Using RxSwift - Reactive Programming in Swift
- Using Coordinators to control the navigation flow of the application
- Using Composition to avoid making use of baseviewcontroller
- Using Codable to mapping data response
iMark21, [email protected]