Skip to content

magdakok/JS-Course-MovieFight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Modern Javascript Bootcamp Course exercise: Movie Fight (code-along)

Movie Fight app that let user search for two movies, it fetches and compare their awards, metascore, IMDB rating nad IMDB votes and highlight a winning position.

Challenges:

  • fetching API data using Axios
  • adding autocomplete functionality to the search input using debounce function to minimise number of request
  • making the app reusable, so great part of it can be used with any API and compare any amount of elements

Issue to solve:

  • Error after deploying: the content must be served over HTTPS

About

🎞️ The Modern Javascript Bootcamp Course exercise (code-along)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published