/tmdb

Show list of movies using TMDb APIs.

Primary LanguageSwiftMIT LicenseMIT

tmdb

Show list of movies using TMDb APIs.

1 2 3

App Interface

  • Home screen with list of available movies
    1. Provide a sort bar. (sorting method: release date / popularity / vote count)
    2. Pull to refresh
    3. Load when scrolled to bottom
    4. Each movie to include:
      • Poster/Backdrop image
      • Title
      • Popularity
  • Detail screen
    1. Movie details with these additional details:
      • Synopsis
      • Genres
      • Language
      • Duration
    2. Book the movie (simulate opening of this link in a web view)

🔗 TMDb API

Author 👨🏻‍💻

Sunil Targe, suniltarge@gmail.com

License 📝

TMDb app is available under the MIT license. See the LICENSE file for more info.