Skip to content

A Netflix clone using React JS & Redux JS for the front-end, the TMDB API for the data and Firebase for authorization and authentication.

License

Notifications You must be signed in to change notification settings

KonstantinosAng/netflix-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netflix Clone

A Netflix clone using React JS & Redux JS for the front-end, the TMDB API for the data and Firebase for authorization and authentication. Inspired by this tutorial

Requirements

Inside the repo there is a .env.example file. Rename it to .env and fill the values with your own api keys.

For firebase you will need a firebase config file from your webapp with the following values.

REACT_APP_FIREBASE_API_KEY=
REACT_APP_FIREBASE_AUTH_DOMAIN=
REACT_APP_FIREBASE_PROJECT_ID=
REACT_APP_FIREBASE_STORAGE_BUCKET=
REACT_APP_FIREBASE_MESSAGING_SENDER_ID=
REACT_APP_FIREBASE_APP_ID=
REACT_APP_FIREBASE_MEASUREMENT_ID=

For the image data you will need an API key from TMDB.

REACT_APP_TMDB_API_KEY=

Installation

Assuming you have npm installed, clone the repo and run the following code:

npm install

Usage

Inside the cloned folder run:

npm start

Example

About

A Netflix clone using React JS & Redux JS for the front-end, the TMDB API for the data and Firebase for authorization and authentication.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages