Skip to content

A real-time quiz and audience interaction app built with React and a Tomcat backend. Supports live polls, Q&A, and WebSocket-powered engagement for classrooms, events, or team activities.

Notifications You must be signed in to change notification settings

rj-labs-co/quiz-it

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Card Game

- How to run the client

  1. clone this project git clone git@github.com:CST-ClientServer/cs-assignment1a.git

  2. Enter to the card-game-client folder

  3. Run npm install npm i

  4. Running the project in dev npm run dev

- How to run the web-server in your local

  1. pull latest docker image docker pull devjasper0906/card-game-tomcat:1.2.1

  2. check image id docker images

  3. Run as tomcat docker run -d -i -t --name tomcat -p 8081:8080 [image id]

  4. Make sure the container up docker ps

  5. Should Accessible to http://localhost:8081

CI/CD pipe line

CICDDiagram

About

A real-time quiz and audience interaction app built with React and a Tomcat backend. Supports live polls, Q&A, and WebSocket-powered engagement for classrooms, events, or team activities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 62.3%
  • Java 36.3%
  • Other 1.4%