Skip to content

Instantly share code, notes, and snippets.

@beth
Last active October 28, 2020 06:55
Show Gist options
  • Save beth/348b8e28057cddc4b9bfbfcb49e3d45d to your computer and use it in GitHub Desktop.
Save beth/348b8e28057cddc4b9bfbfcb49e3d45d to your computer and use it in GitHub Desktop.

If you're new here, check out Level 0!

Level 4

  • Add a panel of movie information that appears when the title is clicked (consider starting with hardcoded information)
  • Refactor the watch toggle to be part of the movie information panel
  • Get movie information from the The Movie Database API (https://www.themoviedb.org/documentation/api)

level 4_image 1 level 4_image 2

You've reached the end of the front end levels! To proceed to the server levels, check out level 5!

If you don't want to start servers yet, but want to add more to your front end, here are some bonus ideas:

Other ideas (not pictured)

  • Think about when it makes sense to request this information from the api - when the user clicks on the title? When the movie gets added? Refactor your code as necessary.
  • Add a way for the user to add their own rating
  • Add a sorting mechanism so the user can sort on rating or other properties
  • Refactor search to allow users to search for movies with a specific director or actor/actress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment