Skip to content

harshitp002/Netflix-clone

Repository files navigation

Logo

Netflix Clone

Table of Contents
  1. Prerequests
  2. Which features this project deals with
  3. Third Party libraries used except for React and RTK
  4. Contact

Logo

Home Page

Logo

Mini Portal

Logo

Detail Modal

Logo

Grid Genre Page

Logo

Watch Page with customer contol bar

Prerequests

  • Create an account if you don't have on TMDB.
  • And then follow the documentation to create API Key
  • Finally, if you use v3 of TMDB API, create a file named .env, and then paste the API Key you just created.

FEATURES USED:

Third Party libraries used except for React and RTK

Install with Docker

docker build --build-arg TMDB_V3_API_KEY=your_api_key_here -t netflix-clone .

docker run --name netflix-clone-website --rm -d -p 80:80 netflix-clone

Releases

No releases published

Packages

No packages published