MDG Games is a web app where you can test your knowledge about movies, series and actors by navigating from a starting point to an end point moving through a movie database.
- React - A JavaScript library for building user interfaces.
- Firebase - Google platform used to provide OAuth.
- Cloud Firestore - Real-Time Cloud database from Google.
- Clone the repo
git clone https://github.com/YourUsername/MDBGames
cd MDBGames
- Install dependencies
npm install
- Fill out your API keys
// Create a .env file inside the /scr folder with:
REACT_APP_API_IMAGE = ""
REACT_APP_API_KEY = ""
REACT_APP_FIREBASE_APIKEY = ""
REACT_APP_FIREBASE_AUTHDOMAIN = ""
REACT_APP_FIREBASE_PROJECTID = ""
REACT_APP_FIREBASE_STORAGEBUCKET = ""
REACT_APP_FIREBASE_MESSAGINGSENDERID = ""
REACT_APP_FIREBASE_APPID = ""
REACT_APP_FIREBASE_MEASUREMENTID = ""
- Start development server
npm start
-
- First web to let users play through a movie database to their skills.
-
- Able to work on web for desktop and mobile.
- Create an account to get the full experience.
-
- Profile with the user's stats.
- Users can set highscores for every path played.
