This is Nättflix website, where you can sign up to watch series and movies to fall asleep to enjoy!
The data is created dynamically through an admin page connected to the Firestore Database. If you want to test it, ask me for the admin account. Prints of the functionalities are below!
It is a desktop first page following the netflix web format, so please open it on a desktop browser.
You can visit the page here to see the working website.
Also, Chrome flagged the app because I use the same name and structure of Netflix, but the login/recover system used is Google Authentication, so I don't have access to any passwords!
If you see the red screen, please visit the app anyway! It is meant to be just a copy for teaching purposes. :)
- React
- CSS
- JSON
- Firebase
- Firestore
- Firebase Authentication
- Firebase Cloud Storage
- Fonts from Google Fonts
- Images from Unsplash
In development mode:
-
Clone or download the repository in your computer.
-
Type
npm install
to install the project dependencies. -
start the application with
npm start
, it will open alocalhost:3000
page automatically in your default browser.