Thanks to visit codestin.com
Credit goes to github.com

Skip to content

NetflixClone is a React-based web app that recreates the Netflix interface for learning purposes and includes API integration for fetching movie and TV show data.

Notifications You must be signed in to change notification settings

nikul6/netflix-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetflixApp - Started with Create React App and Redux

NetflixClone is a web application project built with React that mimics the user interface and functionality of Netflix. It utilizes an API, such as the IMDb API or The Movie Database (TMDb) API, to fetch movie and TV show data, enabling you to practice integrating external APIs into your application.

How to create React App

npx create-react-app netflix-app -template redux

How to clone this repo

git clone https://github.com/nikul6/netflix-app.git

and then install node-modules

npm install

and then add the TMDB API key in src/Request.js file. You can create the API Key here

Run the web app

npm start

🚀 UI

alt text

📝 Notes

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

About

NetflixClone is a React-based web app that recreates the Netflix interface for learning purposes and includes API integration for fetching movie and TV show data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published