Overview
QuizApp is a real-time multiplayer quiz platform that lets anyone create engaging quizzes and challenge friends or the world. Built for speed and fun.
Key Features
- 🎮 Real-time multiplayer — WebSocket-powered live sessions with up to 50 players
- 📊 Live leaderboard — See scores update instantly as answers come in
- 🛠️ Quiz builder — Drag-and-drop interface for creating question sets
- 🔒 Auth & profiles — Save your quizzes and track your history
Tech Stack
The backend is powered by Next.js API routes with Prisma ORM connecting to a PostgreSQL database. Real-time features use Socket.io. The UI is built with Tailwind CSS and Radix UI primitives for accessible components.
