- React
- OMDB API key
- Firebase
After getting the key you can make an .env file in the project root folder. Make a Firebase app and put your configuration keys in the ENV file.
REACT_APP_OMDB_API_KEY=your_key
REACT_APP_PRODUCTION=false
REACT_APP_API_KEY=your_key
REACT_APP_AUTH_DOMAIN=your_domain
REACT_APP_PROJECT_ID=your_id
REACT_APP_STORAGE_BUCKET=bucket_id
REACT_APP_MESSAGING_SENDER_ID=messaging_here
REACT_APP_APP_ID=app_id_here
REACT_APP_MEASUREMENT_ID=measurement_id_here
After this you are ready to make changes and make make a Pull Request 😁