Skip to content

Aditya9985/Netflix-Front-End-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netflix Front-End Clone

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.

Features

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

Tech Stack

  • HTML
  • CSS
  • JavaScript

Getting Started

1) Clone the repo

git clone https://github.com/Aditya9985/Netflix-Front-End-clone.git
cd Netflix-Front-End-clone

2) Run locally

Because this is a front-end project, you can typically run it in one of these ways:

Option A: Open in browser

  • Open index.html in 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 serve

Contributing

Contributions are welcome.

  1. Fork the repo
  2. Create a new branch: git checkout -b feature/your-feature
  3. Commit changes: git commit -m "Add your feature"
  4. Push: git push origin feature/your-feature
  5. Open a Pull Request

License

Add a license if you plan to share/reuse this project broadly (e.g., MIT).

About

check this out

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors