TheMovieApp

TMDbApp is a mobile app (iOS) that uses the themoviedb.org API. It is written with Swift 5.

  • test line2

Usage Information

Popular Movies Screen

Popular movies are listed on the home screen. A movie can be searched by text input on this screen. homepage

Movie Detail Screen

This screen is contained movie details.

detailpage

Favorite Movies Screen

Favorite movies are listed on the this screen.

favorite page

Search Movie Screen

This is the screen where the user will search movies

search page

Cast Screen

This is the screen where the actors of the movie are listed

cast page

Cast Detail Screen

This is the screen where the detail of actors are listed

castdetail

Principles

  • It is written MVC architecture.
  • Added swiftLint for good coding.
  • Integrated Kingfisher for downloading and caching images.