Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 661 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 661 Bytes

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