This application consumes the IMDb services, and implement MVP (Model View Presenter), MVVM (Model View ViewModel) and Observer Pattern
- MVP Pattern
- MVVP pattern
- Observer Pattern with RxSwift
- Get data from IMDb
- API consumption
- Good practices
- Unit test
| dependency | Version |
|---|---|
| Alamofire | 5.1.0 |
| CodableAlamofire | 1.2.1 |
| AlamofireImage | 4.1.0 |
| RxSwift | 5.0.0 |
| RxCocoa | 5.0.0 |

