Skip to content

Tsha0/PromptDuels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeJam 2025 - Prompt Duels

A real-time competitive coding game where players compete by creating web designs based on prompts.

Backend

cd backend
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python3 app.py

Frontend

cd client
npm install
npm run dev
# Runs on your network, port 3000

Tech Stack

Backend:

  • Python 3.12+
  • Flask + Flask-SocketIO
  • MongoDB

Frontend:

  • Next.js 15
  • React 19
  • TypeScript
  • Tailwind CSS

Contributing

This project was created for CodeJam 15 by Jason Shao, Samaksh Khandelwal, LeTao Li, and Daniel Liao

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors