Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.39 KB

README.md

File metadata and controls

42 lines (33 loc) · 1.39 KB

netflix-clone

netflix-clone is basically a clone of the well-known films and television series streaming website Netflix. It uses TMDB API to show the posters of movies and television series and react-youtube and movie-trailer packages to show the trailers.

If you have any questions or suggestions, feel free to open an issue or pull request :)

Website shields.io react node npm

Live Application 🌐

Screenshot

netflix-clone

Guidelines

STEP 1

Clone this Repository

 git clone https://github.com/farrukh125/netflix-clone.git

STEP 2

Run - npm install

 npm install

npm install downloads packages and their dependencies

STEP 3

Run - npm start in the project directory (root directory of the project folder)

  npm start

npm start runs the app in the development mode.

Open http://localhost:3000 to view it in the browser

Dependencies

  • axios
  • react-youtube
  • movie-trailer