This is a simple static clone of the Netflix landing page. It replicates the layout and basic functionality of the Netflix homepage, including the hero section, trending movies section, reasons to join, frequently asked questions, and footer.
- Hero Section: A large background image with a heading and call-to-action button for signing up.
- Trending Movies Section: A section displaying movie thumbnails that simulates the "Trending Now" list.
- Reasons to Join Netflix: A section explaining why users should subscribe to Netflix.
- FAQ Section: A collapsible FAQ section where users can click to reveal or hide answers.
- Footer: A footer with a simple copyright notice.
- HTML5
- CSS3
- JavaScript (for FAQ functionality)
- Clone the Repository:
git clone https://github.com/Khushi256/netflixClone.git- Navigate to the Project Directory:
cd netflixClone- Open the index.html file in your browser to see the landing page.
- Responsive design for mobile viewports.
- Interactive elements such as login and registration forms.
- Integration with a backend to show actual movie data (e.g., from an API).
Feel free to fork the repository, make improvements, and open a pull request. Contributions are welcome!
This project is licensed under the MIT License - see the LICENSE file for details.
- Netflix for the inspiration.
- Font Awesome for some icons used in the project.