Daily location guessing game
- ViteJS
- React
- React Router Dom v6
- TailwindCSS
- Firebase
- Google Maps Api
Install dependencies
npm install
Create a .env.local
file in root directory. It must have the following variables:
- VITE_GOOGLE_MAPS_API_KEY // BYO google maps api key
- VITE_DEGUG_MODE // set to either 'true' or 'false'
To run it locally, run:
npm run dev
It should then be running live at http://127.0.0.1:5173/
- Add ability to create account
- Leaderboards