Create a Netflix replica using an API
- Html
- Css
- Javascript ES6
- Vue.js
- API
- Axios
- Postman
#1 Create a graphic replica of Netflix.
#2 Use the API of TheMovieDB to show movies and TV series after search. Show a message using a v-if if nothing is found.
#3 When hovering on a card, show the data relating to each film or TV series: title, original language, vote, genre, actors, and overview.
#4 Show the vote using stars, full and empty. Show a flag language instead of text. Add an image placeholder when the original cover is missing.
#5 Add genres and actors.
#6 Show the most popular movies and TV series.
