https://github.com/zaythedev/netflix-clone
The objective of this project was to get a better understanding with React and API requests. This project contains a login portal hosted by Firebase. Just like the Netflix sign-in and sign-up page, the user can make an account and login or out of their account.
https://github.com/zaythedev/netflix-clone
api firebase-auth firebase-database javascript netflix-clone reactjs
Last synced: about 2 months ago
JSON representation
The objective of this project was to get a better understanding with React and API requests. This project contains a login portal hosted by Firebase. Just like the Netflix sign-in and sign-up page, the user can make an account and login or out of their account.
- Host: GitHub
- URL: https://github.com/zaythedev/netflix-clone
- Owner: zaytheDEV
- Created: 2022-02-15T05:17:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-06T22:15:53.000Z (over 4 years ago)
- Last Synced: 2025-03-04T02:55:18.767Z (over 1 year ago)
- Topics: api, firebase-auth, firebase-database, javascript, netflix-clone, reactjs
- Homepage:
- Size: 819 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Netflix Clone
View Project live
https://netflix-clone2-bf560.firebaseapp.com/
View my portfolio
https://zaythedev.com
Stack
Instructions for app
1. Enter a pseudo email and password and click “sign up now”
2. Click movie title and watch trailer
3. Click profile button and sign out
4. Sign back in if needed
Main Objective
The objective of this project was to get a better understanding with React and API requests. This project contains a login portal hosted by Firebase. Just like the Netflix sign-in and sign-up page, the user can make an account and login or out of their account. For the movie previews/trailers, I used IMDB API and YouTube extension. The extension pulls the trailer of the selected movie from YouTube’s database.
This was my second project that I developed using React. Looking back at this project, I can see how my coding style drastically evolved from a beginner to more of a professional level. There weren’t any actual coding mistakes in this project, but the class names could have been approved and the CSS styling could have been approved as well. I wanted to leave the code how I first wrote it to see and compare my code from then till now. I am now able to write better comments, consistent name schemes, clever and readable code.
Features