- Create React App using cmd
- Configured Tailwind Css in Netflix-AI-GPT Project
- Header
- Log-In Form
- Sign-Up Form
- Form Validation
- useRef Hook
- Firebase Setup
- Deploying our App
- Create SignUp user Account
- Implement Sign In User API
- Created Redux Store with userSlice
- Implementation Sign out
- Update Profile
- BUgFix : Signup user displayName and Profile picture update
- BugFix : if the user not logged in redirect /browse to login and vice versa
- Unsubsribed to the onAuthStateChanged callback
- Add hardcoded values to the constant files
- Register TMDB API & crate an app and get access token
- Get data from TMDB now playing movies list API
- Custom hooks for trailer movies
- create a movieslice
- update store with movies data
- planning for MainContainer & SecondryContainer
- Fecth Data for Trailer Video
- Update Store with trailer video Data
- Embeded the Youtube Video and make it autoplay and mute
- Tailwind Classes to make Main Container it look awesome
- Build Secondry Components
- Build the movie list
- Build the Movie Cards
- TMDB IMAGE_CDN_URL
- Made the Browser Page amazing Tailwind CSS
- usePopular Custom Hook
- Search Bar
- Movie Suggestion
-- fixing