https://github.com/olliesworld/cloneflix
Clone of Netflix
https://github.com/olliesworld/cloneflix
firebase firebase-auth firebase-database react react-hooks styled-components
Last synced: 6 months ago
JSON representation
Clone of Netflix
- Host: GitHub
- URL: https://github.com/olliesworld/cloneflix
- Owner: OlliesWorld
- Created: 2021-02-12T15:58:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-13T03:28:54.000Z (over 3 years ago)
- Last Synced: 2025-01-20T15:27:32.120Z (over 1 year ago)
- Topics: firebase, firebase-auth, firebase-database, react, react-hooks, styled-components
- Language: JavaScript
- Homepage: https://roni-clone-flix.netlify.app/
- Size: 18.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Building Netflix from Scratch Using React (Custom Hooks, Context, Portals), Firebase, Compound & Styled Components
This application (a Netflix clone) was built using React (Custom Hooks, Context), Firebase & Styled Components. I have built the following pages within this application: sign in, sign up, browse & lastly the homepage. There are four different pages, some using protected routes with auth listeners. Firebase firestore handles all the data and that data is retrieved using a custom hook; authentication is used on all pages, which is handled by Firebase as well.