Github repo live

image.png

📌 Overview

Quiz Quarters is a real-time multiplayer quiz web application that allows users to join quiz rooms, answer timed questions, view live leaderboards, and compete in a fast-paced environment. Built using React, Socket.IO, and Express, the app provides a seamless and dynamic quiz experience.


🚀 Tech Stack

Layer Technology
Frontend React.js, Tailwind CSS
Backend Node.js, Express.js
Realtime Socket.IO
Deployment Vercel (Frontend), Render (Backend)

🧩 Folder Structure

cpp
CopyEdit
/client
├── Room.jsx         // Main quiz room logic & UI
├── App.jsx          // Router logic
└── index.css        // Tailwind CSS configuration

/server
└── index.js         // Express server & Socket.IO logic


👨‍💻 Functional Breakdown

Frontend (/client)

Backend (/server/index.js)