A front-end UI clone inspired by Netflix. This project focuses on recreating a Netflix-like browsing experience with a responsive layout and reusable UI components.
- Netflix-style landing/browse UI
- Responsive layout (desktop/tablet/mobile)
- Reusable components and clean styling
Note: This is a front-end clone for learning/practice purposes and is not affiliated with Netflix.
- HTML
- CSS
- JavaScript
git clone https://github.com/Aditya9985/Netflix-Front-End-clone.git
cd Netflix-Front-End-cloneBecause this is a front-end project, you can typically run it in one of these ways:
Option A: Open in browser
- Open
index.htmlin your browser.
Option B: Use a local server (recommended) If you have VS Code, you can use the Live Server extension.
Or use any simple static server, for example:
npx serveContributions are welcome.
- Fork the repo
- Create a new branch:
git checkout -b feature/your-feature - Commit changes:
git commit -m "Add your feature" - Push:
git push origin feature/your-feature - Open a Pull Request
Add a license if you plan to share/reuse this project broadly (e.g., MIT).