This project challenges your typing skills.
- Google Auth sign in.
- Players can view their own high scores.
- Leaderboard System.
- Clone the Repository or download the zip file
- Create a .env file in following dir.
- You must add the following attributes (cannot be left empty)
server/src/.env
.env
GOOGLE_CLIENT_ID=""
GOOGLE_CLIENT_SECRET=""
DB_URL = "" // MUST BE A MONGODB SERVER (You may use Atlas)
SESSION_SECRET = "secret"
- Run the following commands
Terminal 1
cd client
npm run tail
Terminal 1
cd server
npm run server
- This is a working prototype and contains spme minor bugs.
- The "Race Others" tab is still under construction and is not yet functional.