Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 808 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 808 Bytes

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