This is a Netflix clone project created using HTML, CSS, JavaScript, and the Tailwind CSS framework. It replicates the Netflix landing page and sign-in page to showcase the design and layout.
- Landing Page:
- Netflix-like user interface with a hero section and movie listings.
- Responsive design for various screen sizes.
- Sign-in Page:
- Netflix-style sign-in page with email and password fields.
- Validation and error handling for user authentication.
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/priyans-hu/netflix-clone.git
-
Navigate to the project directory:
cd netflix-clone
-
Open the index.html file in your web browser to view the landing page.
Use this project as a reference to create Netflix-like UIs for your web applications. Customize the content, such as movie titles, descriptions, and images, in the HTML files to match your needs.
Contributions are welcome! Follow these steps to contribute:
- Fork the repository.
- Create a new branch: git checkout -b feature-name.
- Make changes and commit: git commit -m 'Add feature'.
- Push to your fork: git push origin feature-name.
- Create a pull request.