A movie browsing app that fetches data from TheMovieDB API. Users can explore popular movies and view detailed movie information.
- Technologies: SwiftUI, MVVM, TheMovieDB API
- Display popular movies with details on each.
- Integrates with TheMovieDB API to fetch movie data.
- Uses the MVVM architecture to separate data handling and view logic.
- Clone the repository.
- Obtain an API key from TheMovieDB and add it to your project in
Features/Utils/Constants.swift
File . - Open
MovieApp.xcodeproj
in Xcode. - Build and run the app on the simulator or your device.