A simple Netflix UI clone built using HTML, CSS and JavaScript.
This project focuses on recreating the look and feel of Netflixβs homepage and improving frontend skills.
- Responsive landing page layout
- Navbar with logo and menu items
- Hero section with title, description and buttons
- Content rows with movie/series thumbnails
- Basic hover effects and animations
- Mobile-friendly design (media queries)
- HTML5
- CSS3 (Flexbox, Grid, Media Queries)
- JavaScript (for small interactions, if used)
- Clone this repository:
- Open the folder in your code editor.
- Open
index.htmlin your browser (or use Live Server in VS Code).
This project is created for learning purposes only.
It is just a UI clone and does not use any real Netflix data, APIs, or backend.