Skip to content

iOS Application using TMDb API to list and show details of movies

Notifications You must be signed in to change notification settings

renanconsalter/CineMovie

Repository files navigation

CineMovie


CineMovie logo

Build & Test SwiftLint

CineMovie is an iOS app to list and show details of movies around the world.

You can navigate between Top Rated, Popular or Search movies.

All the information and data used in this project came from the TMDB API.


Features

  • List Top Rated & Popular movies
  • Search movie by name
  • Movie details (genres, rating, overview, duration, year of release, etc.)
  • 100% programmatically UI (ViewCode)
  • Model-View-ViewModel-Coordinator pattern (MVVM-C)
  • CI/CD automated integration (build, test and lint)
  • Dark Mode
  • Pagination using Infinite Scroll
  • Error handling
  • Image caching

Screenshots

iPhone 13 Pro

CineMovie-Image1

iPhone SE (2022)

CineMovie-Image2

Technologies

Instructions

  1. Clone or download this repository.
  2. This project uses SwifLint for enforcing Swift style and conventions, so you'll need to install it.
  3. Open .xcodeproj file using Xcode.
  4. Open TMDB-Auth-Info.plist file in the target root directory.
  5. On the TMDB_API_KEY value field, paste your own (v4 auth) secret key generated by TMDB API.
  6. Hit Command (⌘) + R and enjoy.

Coming Soon

  • Localization Strings to support more regions and languages
  • Create Upcoming and Now Playing menus
  • Create cast, director, crew and trailers section
  • Add new feature to show trailers from YouTube using WKWebView
  • List and manage favorite movies using local storage
  • Add snapshot tests to UI components
  • Upgrade project to use Reactive Programming

Contributing

If you have any improvement or feedback, feel free to open an issue or submit a pull request.

Author

Renan Consalter
iOS Engineer

LinkedIn Badge Instagram Badge Gmail Badge