What Should I Watch Next?

Description

What Should I Watch Next is an application that allows users to randomly generate movies or shows when they are conlficted on what to watch next. This will also display ratings as well as small descriptions of the movie or show. We used a combination of server side api's, Javascript, HTML, and CSS to achieve this. Screen Shot 2022-11-01 at 6 04 39 PM Screen Shot 2022-11-01 at 6 05 46 PM Screen Shot 2022-11-01 at 6 05 52 PM

User Story

As a user, I want to:

  • Be able to click a button and be given a random movie or show
  • Be able to see the description of the movie or show as well as a rating
  • Be able to click the random button again to load a different show or movie

Api's to use

We will be using the Omdb api (https://www.omdbapi.com/)

Tasks

  • Create landing page for the user that allows them to press a button (css)
  • Create a button that loads a random imdb movie or show
  • Create a results page with the random movie or show

Live Url

https://saitek300.github.io/what-should-i-watch-next/