Skip to content

moridaffy/movieexplorer-ios

Repository files navigation


App Icon
MovieExplorer

Explore various films using TMDb API

Film list Detailed info

InfoTODOHow to installDeveloper

Info

MovieExplorer is a simple app, which allows you to browse information about the most popular films (according to TMDb data) and also search information about any other film. User also can save films locally to access it's information later without internet connection by adding them to "Favorites"

  • Information is taken from public TMDb API
  • Code is written in Swift using MVVM architecture
  • Application is using RxSwift and RxDataSources for data binding, Alamofire for networking, Kingfisher for asynchronous image loading and caching and Realm for creating local DB
  • UI adapts to different screen sizes using AutoLayout

How to install

  • Fork/clone the repo
  • Install pods by running pod install in terminal from project's folder
  • Open the project using .xcworkspace file
  • Provide your own API keys in APIManager.swift file (line 16 and 17)

Developer

This app was created by Maxim Skryabin as a simple portfolio project. Feel free to contact me using my website.

About

Explore various films using TMDb API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published