Netflix-clone is a project made by following Karl Hadwen's tutorial, but implementing my own component pattern rather than Compound Components pattern used in the tutorial.
Tutorial was used mainly to get a sense of how Styled Components work on a bigger project, but all the component interaction and state logic was implemented differently due to the difference in component pattern. Some important features which were also learned or improved regarding web development are:
- Firebase authentication
- Styled Components
- Improved usage of React Context
- Organized folder/component hierarchy
- Custom hooks
- Deployment