PopularMovies app is an easy to view selection of popular movies today as well as top rated of all time. Pulling from themoviedb.org api the application displays movies by poster picture and allows you to view basic details about the movie.
Preview Trailers and read a Review about the movie on the MovieDetail screen. From here you are able to mark and unmark movies as Favorites which can be viewed from the Favorites screen.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
In order to run the app an API key from themoviedb.org API is needed. Add a string resourced named MOVIE_DB_API_KEY with your API key to run this app.