Rimesh / MovieDB

iOS App for the TMDB API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MovieDB

MovieDB is an iOS application built with SwiftUI that showcases Now Playing movies and Popular movies using data from the TMDB (The Movie Database) API. This app leverages the NetworkSDK to handle network operations.

Features

  • Display a list of Now Playing movies.
  • Display a list of Popular movies.
  • Detail view for each movie with additional information.

Installation

Configure API Key:

Obtain an API key from TMDB and add it to Config.xcconfig file in the project with the following content:

API_KEY = YOUR_API_KEY

About

iOS App for the TMDB API


Languages

Language:Swift 100.0%