Skip to content

Latest commit

 

History

History
executable file
·
30 lines (22 loc) · 1.43 KB

README.md

File metadata and controls

executable file
·
30 lines (22 loc) · 1.43 KB

Popular-Movies

This app is to allow the user to sit back and relax, and scroll through popular and highly rated movies through their phone.

This app will:

  • Present the user with a grid arrangement of movie posters upon launch.
  • Allow your user to change sort order via a setting:
  • The sort order can be by most popular or by highest-rated

Allow the user to tap on a movie poster and transition to a details screen with additional information such as:

  • original title
  • movie poster image thumbnail
  • A plot synopsis (called overview in the api)
  • user rating (called vote_average in the api)
  • release date

image1 image2

image3

New Features

  • Added Upcoming movies
  • Incorporated movie trailers and reviews
  • User can save favorite movies

image5

image4 image6