A quick-fire online multiplayer game where users simultaneously guess pokemon's weights.
-
Clone this github!
-
Run
npm i
in the root, frontend and api folders. -
In api folder, add a .env file with the following contents:
CORS_ALLOWED_URL="http://localhost:5173
PORT=3001
TIMER=20
-
In the frontend folder, add a .env file with the following contents:
VITE_BACKEND_URL="http://localhost:3001"
-
run
npm run dev
in frontend and api folders. -
visit http://localhost:5173 in your browser
- Javascript
- NodeJS
- Express
- PokeAPI
- React
- Tailwind