abhi1506manu / Netflix-Clone

Netflix clone using React.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Netflix-Clone

This is a netflix clone created using react. In this project work, I have used tmdb api to access different categories of movies list provided by tmdb providers. User will see different movie banner on the top of page and it will change on reloading the website.

Screenshots

Netflix-1

Netflix-2

QuickStarted

  • Open the terminal and then type
 $ git clone https://github.com/abhi1506manu/Netflix-Clone.
 $ cd Netflix-Clone
  • To install the required dependencies run the given command
$ npm install
  • Create a .env file and make an account to tmdb for api then add the following
React_App_tmdb_api = "your tmdb api"
  • To run app
 $ npm run start

About

Netflix clone using React.js


Languages

Language:JavaScript 59.7%Language:CSS 23.2%Language:HTML 17.1%