A responsive Netflix clone built using HTML, CSS, and JavaScript. This project replicates the Netflix landing page with features like user sign-in, promotional sections, and interactive elements.
- Responsive Design: Optimized for various screen sizes including mobile, tablet, and desktop.
- Sign-In Functionality: Basic email and password validation with user feedback.
- Interactive Sections: Includes sections for TV watching, offline downloads, and multi-device streaming.
- Video Playback: Embedded video for the TV section.
- Image Gallery: Uses static images for UI elements like logo, TV, mobile, etc.
- HTML5: Structure of the web page.
- CSS3: Styling and layout, including responsive design.
- JavaScript: Client-side logic for form validation and UI interactions.
- Font Awesome: Icons for buttons and UI elements.
- Clone or download the repository.
- Open
index.htmlin any modern web browser. - The application will load the Netflix clone landing page.
No server setup is required as it's a static website.
index.html: Main HTML file containing the page structure.Netflix Clone.css: Stylesheet for the application.Netflix Clone.js: JavaScript file for interactivity and validation.img/: Directory containing images used in the project (logo, TV, mobile, etc.).README.md: This file.
This project is for educational purposes. Please check the original Netflix terms if adapting for commercial use.