- create react app
- configure tailwind css
- Header
- Login From
- Signup Form
- Routing
- Form Validation
- useRef hook
- Build Authentication
- Firebase setup
- Deploying the app to production
- Create signup user in firebase
- Once the user is logged in add the data to redux store
- Redux store
- Implemented signout
- updat profile Api
- Update photo
- fetch movies from tmdb
- restrict routing to the browse page
- if user is logged in then redirect to browse page only
- Bug Fix : Redirect to login if not logged in /
- If loggin in then redirect to browse page only
- Unsubscribed to the onauth state change callback
- Add hardcode value to constants file
- Register tmdb api and get access tokens for your app
- get data from tmdb now playing movies
- create custom hook and put browse code
- create custook hook for now playing movies
- update store with movie data
- planning for main and secondary container
- fetch data for trailer video
- update store with trailer video data
- embedded the youtube video and make it autplay and mute
- added tailwind classes to make maintainer look awesome
- Added secondar container
- added movieList
- added movie card
- add custoom hook of popularPlaying movies
- GPT search feature
- gpt search bar and search page
- (Big) made app multilingual
- english , hindi , spanish
- Integrate gpt apis
- gpt limit exceeded ? switched to cohere api
- cohere free readable stream apis fetching
- getting results and converting to arrat
- make moviename and results store for this gpt results
- add movie cards for it -
- adding memoization and security for the project.
- Memoization to stop making api calls again & again
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
Note: this is a one-way operation. Once you eject
, you can't go back!
If you aren't satisfied with the build tool and configuration choices, you can eject
at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject
will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.
You don't have to ever use eject
. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify