prince-mishra / buzzer

A little buzzer app for running your own quizzes or game shows!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Buzzer

A little buzzer app for running your own quizzes or game shows! Uses websockets to sent messages.

Running the app

You'll need Node.js or Docker to run this application. For Node:

npm install
node index.js

For Docker:

docker build -t buzzer .
docker run -p 8090:8090 buzzer

Open http://localhost:8090 in your browser to start!

How to use

The players goto the homepage (http://localhost:8090/) and they can enter their name and team number. Joining will give them a giant buzzer button!

The host heads over to /host and will be able to see everyone that buzzes in and clear the list in between questions.

Join a team Buzz in Host view
Join a team Buzz in Host view

License

MIT

About

A little buzzer app for running your own quizzes or game shows!

License:MIT License


Languages

Language:JavaScript 44.8%Language:CSS 32.7%Language:HTML 19.6%Language:Dockerfile 2.9%