brennacodes / viewing_party_lite

0 stars 1 forks source link

Discover Movies Page #9

Open brennacodes opened 2 years ago

brennacodes commented 2 years ago

As an user, When I visit the '/users/:id/discover' path, where :id, is the id of a valid user, I should see

  • [ ] Button to Discover Top Rated Movies
  • [ ] A text field to enter keyword(s) to search by movie title
  • [ ] A Button to Search by Movie Title

Details When the user clicks on the Top Rated Movies OR the search button, they should be taken to the movies results page (more details of this on the Movies Results Page issue.

The movies will be retrieved by consuming The MovieDB API