Skip to content

Top movies iOS finder app that supports genre filtering, searching, and offline browsing options.

License

Notifications You must be signed in to change notification settings

KirlosYousef/Movilteo

Repository files navigation

Movilteo iOS App

Simple movies app built with RxSwift and Alamofire and working offline using the RealmDB.

iOS version GitHub license Twitter

Table of Contents

Features

Realtime Data

All the fetched data is updated using the IMDB database.

Accessible Offline

Any downloaded data will be stored to be accessible later in an offline state, using the RealmDB.

Automatically Updated

The data will be updated once you go from offline to online state.

Searching Tool

You can search any data using the searching bar at the top and navigate between the pages with the "Next" and "Back" buttons.

Genres

The ability to filter all the data using the genres horizontal collection view at the top, or cancel filtering with the "All" option.

Tech

  • TMDB for fetching the movies data
  • CocoaPods
  • Alamofire
  • RealmDB
  • RXSwift
  • MVP

Usage

You will need to replace the TMDBApiKey in the code with your API key, which you can get from your TMDB account.

Support

Reach out to me at one of the following places!

License