Skip to content

gokserpirik/netflix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netflix

 

Netflix

🚧 Netflix 🚀 There might be changes in the future... 🚧


About   |   Features   |   Technologies   |   Requirements   |   Starting   |   Author


Screenshot Screenshot Screenshot


🎯 About

A Netflix clone for web. Coded using ReactJS and Firebase. Connected to the Firebase database and using Firebase auth. There is a homepage, profile selection page, and selected profile's watch page.

✨ Features

✔️ Firebase Auth;
✔️ Firebase Firestore;

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Firebase Auth and Firestore are required to use this project. Check firebase.js.

🏁 Starting

# Clone this project
$ git clone https://github.com/gokserpirik/netflix

# Access
$ cd netflix

# Install dependencies
$ npm i

# Run the project
$ npm start

# The server will initialize in the <http://localhost:3000>

Made with ❤️ by Gökser Pirik

 

Back to top