Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karlhadwen/netflix
Subscribe to my YouTube channel: https://bit.ly/CognitiveSurge - Building Netflix Using React
https://github.com/karlhadwen/netflix
compound-components custom-hooks firebase netflix react react-context react-hooks react-portals styled-components
Last synced: 4 days ago
JSON representation
Subscribe to my YouTube channel: https://bit.ly/CognitiveSurge - Building Netflix Using React
- Host: GitHub
- URL: https://github.com/karlhadwen/netflix
- Owner: karlhadwen
- License: mit
- Created: 2020-04-10T13:08:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-04T13:48:50.000Z (9 months ago)
- Last Synced: 2025-01-10T19:11:11.210Z (11 days ago)
- Topics: compound-components, custom-hooks, firebase, netflix, react, react-context, react-hooks, react-portals, styled-components
- Language: JavaScript
- Homepage:
- Size: 44.5 MB
- Stars: 2,084
- Watchers: 44
- Forks: 576
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## Building Netflix from Scratch Using React (Custom Hooks, Context, Portals), Firebase, Compound & Styled Components (10 Hour Tutorial Here: https://www.youtube.com/watch?v=x_EEwGe-a9o)
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.
I used compound components (just a design pattern) to build my components, and there's over 10 examples as to how these are used. The styling is all handled via styled components. Using compound components made my actual dumb components really easy to test.
Subscribe to my YouTube channel here: http://bit.ly/CognitiveSurge where I build projects like this! And don't forget, you can contribute to this project (highly encouraged!).
![Preview](netflix-preview.png?raw=true)