Skip to content

Netflix Clone Explore the world of movies and TV shows with this React-based Netflix clone. The project features dynamic content fetching from TMDb API, responsive design, and an interactive UI. Dive into a Netflix-like experience right in your browser.

Notifications You must be signed in to change notification settings

sanketshivale/sanflix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netflix clone with React and TMDB API

Visit these to get a Demo https://sanflix.vercel.app

Getting started

Requirements

  • Node 16 or later
  • Tmdb API KEY, You can create your own or contact me for one. Site For Tmdb movie database https://www.themoviedb.org/
  • npm

Installation

# Clone the repository
git clone https://github.com/sanketshivale/sanflix.git

# Enter into the directory
cd sanflix/

# Install the dependencies
npm i 

### Configuration
Add your TMDB api key in req.js present in /src folder

const API_KEY = "<< YOUR TMDB API KEY >>";

### Start the application using following command

npm start

About

Netflix Clone Explore the world of movies and TV shows with this React-based Netflix clone. The project features dynamic content fetching from TMDb API, responsive design, and an interactive UI. Dive into a Netflix-like experience right in your browser.

Resources

Stars

Watchers

Forks