Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 883 Bytes

File metadata and controls

32 lines (21 loc) · 883 Bytes

Netflix Clone

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.

🎯 Features

  • 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)

🛠 Tech Stack

  • HTML5
  • CSS3 (Flexbox, Grid, Media Queries)
  • JavaScript (for small interactions, if used)

🚀 How to Run

  1. Clone this repository:
  2. Open the folder in your code editor.
  3. Open index.html in your browser (or use Live Server in VS Code).

📌 Purpose

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.