Movies App made in ReactJS while I was taking a Udemy React Course.
Currently under development.
Add a .env file in the root directory with your API Key and Firebase Keys, like this:
REACT_APP_API_KEY = 'KEY'
REACT_APP_FIREBASE_API_KEY = 'KEY'
REACT_APP_FIREBASE_AUTH_DOMAIN = 'KEY'
REACT_APP_FIREBASE_PROJECT_ID = 'KEY'
REACT_APP_FIREBASE_STORAGE_BUCKET = 'KEY'
REACT_APP_FIREBASE_MESSAGING_SENDER_ID = 'KEY'
REACT_APP_FIREBASE_APP_ID = 'KEY'
REACT_APP_FIREBASE_MEASUREMENT_ID = 'KEY'
To get the API Key please check: https://developers.themoviedb.org/3/getting-started/introduction
Create a Firebase project at https://firebase.google.com/ and add authentication with email + password