Skip to content

divyansh-prks/Netflix-watch

Repository files navigation

  • Header
  • Routing of App
  • Login Form
  • Sign Up form
  • Form Validation
  • UseRef Hook
  • Firebase Setup
  • Deploying our app to production
  • create signup user account
  • implement sign in user Api
  • created redux store with userslice
  • implemented sign out
  • remaining user profile
  • BugFix - Signup user display name and profile picture not updated still
  • BugFix = if the user is not logged in redirect /browse to login page and vice versa
  • Unsubscribed to the onAuthStateChanged Callback
  • Add hardcoded values to constants file
  • Register TMDB APi and create an app and get access token (Important part)
  • Get data in console
  • Custom Hook For now playing Movies
  • create Movieslice
  • update store with movies data
  • planning for main container & secondary container
  • Fetch Data for Trailer Video
  • Update Store WIth trailer Video Data
  • Embedded the youtube video and make it autoplay and mute
  • Tailwind classes to make main container look awesome
  • Build secondary componrnt
  • Build Movie List
  • Build Image CDN URl
  • Made The browse Page
  • usePopularMovies custom hook