A real-time multiplayer sports quiz game built with React, Socket.IO, and Node.js.
- Solo play mode
- 1v1 multiplayer mode
- Team multiplayer mode
- Real-time chat
- Multiple sports categories
- Live scoring system
- Frontend: React, Vite, TailwindCSS
- Backend: Node.js, Express, Socket.IO
- State Management: Zustand
# Install dependencies
npm install
# Start development server
npm run dev# Build frontend
npm run build
# Start production server
npm startCopy .env.example to .env and update the values:
PORT=3000
NODE_ENV=development
CLIENT_URL=http://localhost:5173