Skip to content

Netflix clone using HTML, CSS, JavaScript, and TMDB Api, offering a user-friendly streaming platform with a similar interface and functionality to the original Netflix website.

Notifications You must be signed in to change notification settings

coppaxamsukk/Netflix-CloneBEST

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NETFLIX CLONE 📺

A Netflix clone is a video streaming app that offers a similar user experience and features to Netflix. It allows users to browse and watch a variety of TV shows and movies on their devices.

Features 🔥

📺 Navbar with search option and WatchList button.
📺 Random movies in the banner when refresh.
📺 WatchList with data persistant.
📺 SlideShow of movies coming from the TMDB API.
📺 Movies based on Genre.
📺 Click the movie to see the description, complete title and more details!
📺 If the video is sent from the API it'll be render!

Topics :

🎥 1. Using an TMDB API in JavaScript
🎥 2. Fetch to make the requests
🎥 3. Movie Details
🎥 4. Watch Trailer
🎥 5. WatchList using LocalStoarge
🎥 6. Add/Remove to WatchList
🎥 7. Transitions
🎥 8. SlideShow effect
🎥 9. Responsive

Tech Stack 💻

🎬 HTML
🎬 CSS
🎬 JavaScript
🎬 LocalStorage

Installation

Clone the repo in your terminal writting:

git clone https://github.com/Kumardinesh1908/Netflix-Clone.git

Demo

https://netflix-clone-five-neon.vercel.app/

About

Netflix clone using HTML, CSS, JavaScript, and TMDB Api, offering a user-friendly streaming platform with a similar interface and functionality to the original Netflix website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 42.8%
  • CSS 38.2%
  • HTML 19.0%