MovieApp is an iOS application built using MVVM architecture and Clean Swift principles. The app displays trending movies, allows users to view details of selected movies.
- Trending Movies: Displays a list of trending movies on the main screen.
- Movie Details: Users can tap a movie from the list to navigate to a detail page. Movie details are fetched using the movie's ID.
- Poster Fetching: Loads movie posters from a remote API.
- Clone the repository:
git clone https://github.com/lulalada/MovieApp.git
- Open the project in Xcode:
- Build and run the project on your device or simulator.