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.
- Display a list of Now Playing movies.
- Display a list of Popular movies.
- Detail view for each movie with additional information.
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