Skip to content

A Simple clone of the Netflix Homepage. Built with HTML, CSS & Vanilla JS

Notifications You must be signed in to change notification settings

HarshArchives/Netflix-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netflix Clone 📺 🎬 💻

This is a simple clone of the Netflix homepage built with HTML, CSS, and Vanilla JavaScript. The project uses various techniques, including CSS Grid, styling tables, creating switchable tabs with JavaScript, and positioning elements.

👀Demo

You can check out the live demo of the Netflix Clone here: Netflix Clone Demo

📚 Learning Points

Here are some key learning points from this project:

  • 🎨 CSS Grid: The project utilizes CSS Grid to create responsive and flexible layouts.

  • 💄 Styling Tables: The clone involves styling tables to create a visually appealing design.

  • Tabs with JavaScript: The project implements switchable tabs using Vanilla JavaScript. The JavaScript code provided above demonstrates a simple way to achieve this functionality without relying on CSS frameworks.

  • 🔢 Positioning: Proper positioning of elements is essential for achieving the desired layout and visual appeal.

😎 Cool JavaScript Tab Switching

The JavaScript code snippet provided above demonstrates a straightforward way of creating switchable tab content. The code uses event listeners to handle tab clicks and then adds or removes classes to show or hide the corresponding tab content. Additionally, the use of ES6 template literals (${this.id}-content) to target the correct tab content is a neat technique.

🚧 Features in Development

The current version of the Netflix Clone only includes the homepage. In the future, the project might be expanded to include other pages from the Netflix website, giving it more functionality and completeness.

🤝 Contribution

Contributions are highly welcome! If you're interested in contributing to the project, you can fork the repository, make changes, and create a pull request. You can also report issues or suggest new features to enhance the Netflix Clone.

Let's come together and create something awesome for the love of coding! 🚀 ❤️