Minimal Requirements

  1. Searchbar and Button You should be able to enter any show or movie name into a search bar on your website and then activate the search with a button.

  2. API Call and Rendering the Shows/Movies After starting the search, all necessary API data matching the search term should be loaded. This should then be displayed in a suitable area, with at least the movie or show cover and the title.

  3. Responsive Layout Your website should have a responsive layout. You can do this with the CSS functions Flexbox or Grid.

  4. Creating a Watchlist You should be able to favourite movies/shows and save them locally. To do this, you need a JavaScript object called localStorage. Since this topic is not explained in the Udemy course, we will address it again in the Coding Meetups.

Last updated