Skip to content

SimoneSichili/vue-boolflix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boolflix

Create a Netflix replica using an API

Screenshoot

Boolflix-screenshoot

Technologies and libraries

  • Html
  • Css
  • Javascript ES6
  • Vue.js
  • API
  • Axios
  • Postman

Workflow

#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.