Welcome to the SwiftUI Movie App! This project leverages the TMDB API to display upcoming, top-rated, and popular movies. By clicking on any movie, users can view detailed information including the cast, description, image, title, length, and language.
- Home Screen: Browse upcoming, top-rated, and popular movies.
- Movie Details: Get comprehensive details about each movie, including cast, description, and more.
- SwiftUI: Built entirely with SwiftUI for a smooth and responsive UI.
- Clone the repository:
git clone https://github.com/YogeshPateliOS/TMDBMovieApp.git
- Navigate to the project directory and open it with Xcode.
- Create an API key from the TMDB Documentation.
- Add your TMDB API key to the API key property in the MovieEndPoint file
- Build and run the app on your simulator or device.