Viewing Party is a pair-programmed entertainment project that enables users to explore movie options and create events to watch a movie with other users, leveraging the IMDb API to populate data for movies, actors, and reviews.
When I visit the discover movies page,
and click on either the Top Movies button or the Search button,
I should be taken to the movies results page (users/:user_id/movies) where I see:
[ ] Title (As a Link to the Movie Details page)
[ ] Vote Average of the movie
Details: There should only be a maximum of 20 results. The above details should be listed for each movie.
I should also see a button to return to the Discover Page.
When I visit the discover movies page, and click on either the Top Movies button or the Search button, I should be taken to the movies results page (users/:user_id/movies) where I see:
Details: There should only be a maximum of 20 results. The above details should be listed for each movie.
I should also see a button to return to the Discover Page.