/Rxlist

Primary LanguageSwift

RxList iOS Example Project

This project is made as an example or like a "test tasks" or something.
Here you can see different things related to iOS development:
MVVM architecure, AutoLayout, Rx, Alamofire, One way data flow, etc.

Installation

Clone this repo and do pod install

Requirements

Xcode 11.3

Quick Start

• Register on the https://www.omdbapi.com and obtain API KEY.
• Put this key as a value of omdbAPIKey in AppInitializationManager.
• Build and run the project