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.
- 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
- Error after deploying: the content must be served over HTTPS