Movie list application, implementing The Movie Database API
- Xcode 11.3
- Swift 4.2
- Cocoapods
- Alamofire (Network)
- RealmSwift (Local Database)
- SwiftyJSON (JSON Parser)
- Kingfisher (Image Downloader)
- Lightbox (Image Viewer, Color Helper)
- SVProgressHUD (HUD Progress)
Here's the instruction of how to run this repository.
- Clone this repository.
- Open downloaded repository.
- Run
pod install
. - Open
KitaBisaMovie.xcworkspace
, to open project in Xcode. - Run
⌘ + R
to run the app.