Skip to content

Latest commit

 

History

History
114 lines (93 loc) · 3.83 KB

readme-en.md

File metadata and controls

114 lines (93 loc) · 3.83 KB
🇺🇸 English
🇧🇷 Português

luk4x-repo-status luk4x-repo-license

Ⓝ Netflix Home Project


Video   |    Technologies   |    About   |    Highlights   |    Cloning   |    Contact


📹 Project Video Presentation

netflix-video.mp4

If the video has any errors, reload the page!
It cannot be deployed just for copyright reasons.

🚀 Technologies Used

📝 About

Watching the video above and/or accessing the project online will help you understand the explanation!

As a tradition of any Front-end developer, using HTML, CSS and Javascript, I cloned Home from Netflix. However, I can't exactly call it a clone, as I made some small changes based on my personal taste (I can't resist 😂).
While diving into Backend, this project helped me to take breaks and keep Frontend knowledge fresh in mind, so I developed it very slowly.

📌 Some Highlights

  • Users can switch between Portuguese and English languages;
  • Fully responsive;
  • I practiced CSS overlay with the videos;
  • Animations with CSS Transition;
  • Class manipulation via Javascript;
  • Semantic HTML;

📖 Cloning the Project

To clone and run this project on your computer, you just need Git to be previously installed.
After that, in the terminal:

# Clone this repository with:
> git clone https://github.com/Luk4x/netflix-start-page-clone.git

# Enter the repository with:
> cd netflix-start-page-clone

# Run the project with:
> start index.html # For Windows users
> open index.html # For Linux/Mac users

🤝 Contributor Contact

Vitrine.Dev 🪟
Luk4x Github Photo
Lucas Maciel
🪧 Vitrine.Dev Lucas Maciel
✨ Name Ⓝ Netflix Home
🏷️ Technologies javascript, css, html
📷 Img vitrine.dev thumb

Back to Top