Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 843 Bytes

File metadata and controls

21 lines (14 loc) · 843 Bytes

Movie App

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

Features

  • 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.

Screenshots

MovieAppScreenShots

Installation

  1. Clone the repository.
  2. Obtain an API key from TheMovieDB and add it to your project in Features/Utils/Constants.swift File .
  3. Open MovieApp.xcodeproj in Xcode.
  4. Build and run the app on the simulator or your device.