This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
-create React app using vite -configure with tailwind -configure with firebase -install react-redux and redux toolkit -creat header -create all other pages -routing -signUp and Sign-in Form validation -implement signOut
-BugFix : signup user displaye name -BugFix : redirect to auth page and page according to log-in or log-out
-get request on tmdb for movie -create a redux slice for movie -subscribe movie by selector -display on browse page -create mainContainer component -create SecondaryContainer component -create movieInfo and moviebackgroun component -get data from TMDB playing movies list -custom hook for nowPlaying movie -custum hook for movie trailer -update store with trailer data -Embaded the Youtube video and make it autoplay amd mute -Tailwind classes to make it look awesome -GPT Search Page -GPT Search Bar -Add Multi-Language Feature