A real-time competitive coding game where players compete by creating web designs based on prompts.
cd backend
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python3 app.pycd client
npm install
npm run dev
# Runs on your network, port 3000Backend:
- Python 3.12+
- Flask + Flask-SocketIO
- MongoDB
Frontend:
- Next.js 15
- React 19
- TypeScript
- Tailwind CSS
This project was created for CodeJam 15 by Jason Shao, Samaksh Khandelwal, LeTao Li, and Daniel Liao