This SwiftUI project is a simple movie list application that showcases movie details. The app uses SwiftUI's views like NavigationView
, List
, and custom views for rows.
- Display a list of movies with details like title, overview, languages, and poster.
- Custom
MovieRow
to display movie information in a styled manner. - Search functionality to filter movies by title.
- Clone the repository.
- Open the project in Xcode.
- Build and run the app on a simulator or device.
The project includes unit tests MovieEndPoints.
- Open the project in Xcode.
- Press
Cmd + U
to run all tests.
Javad Faghih