Login - Email: [email protected] | Password: 123456
Huge thanks to Karl Hadwen for his great tutorial on YouTube: Link
Netflix app built from scratch using:
-
React (Hooks: State, Context, Effect and Custom)
-
React Compound & Styled Components
-
React Router
-
React Portal
-
Firebase (Authentication & Cloud Firestore)
-
Jest (Unit Testing)
-
Fuse (Live Search)
-
Homepage: https://netflix-meghsohor.netlify.app/
-
Without sign in/sign up users can visit Home/Sign In/ Sign Up page
-
Users need to sign in/sign up to access Browse page (Route-guard has been implemented by react-router & firebase authentication)
-
Once the users logged in, they can select a profile before going to Browse page
-
Once the users logged in, they can't go to Home/Sign In/ Sign Up page unless they logout
-
Live search has been added in the Browse page