Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sampoder/buzza
đź’Ą A buzzer app for Quiz Bowls made using Socket.io & Javascript.
https://github.com/sampoder/buzza
Last synced: 22 days ago
JSON representation
đź’Ą A buzzer app for Quiz Bowls made using Socket.io & Javascript.
- Host: GitHub
- URL: https://github.com/sampoder/buzza
- Owner: sampoder
- License: mit
- Created: 2020-06-07T02:06:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T00:20:23.000Z (about 2 years ago)
- Last Synced: 2024-10-27T23:48:15.649Z (3 months ago)
- Language: JavaScript
- Homepage: https://buzza.sampoder.com/
- Size: 312 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hackclub - buzza - [@sampoder](https://github.com/sampoder) - **(JavaScript)** _đź’Ą A buzzer app for Quiz Bowls made using Socket.io & Javascript. _ (Web Apps)
README
# đź’Ą buzza
Buzza is a web app made for Quiz Bowl teams who are unable to access physical buzzers. It provides a virtual alternative.
## Usage
Visit this [website](https://buzza.sampoder.com/) to use the website.
To use the app, a teacher or club leader should begin a game by clicking “new game”. Then a random game ID will be generated. Participants should enter this ID along with a username to join the game. Then the teacher/club leader needs to enable the buzzers by clicking the “Enable Buzzers” button on the leader dashboard. Then when someone wants to buzz they simply click the big “Buzz” button. Then once they are done giving their answer either they can disengage the buzzer or the leader can.
## Technology Used
This website uses Node.js/express. It uses Socket.io to enable real-time communication between devices. The frontend is designed with plain HTML & CSS.
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.If you find a bug please report it using GitHub Issues.
## Context
This was built at MLH's NotUniversity Hacks. I am an avid participant in my school's quiz bowl team. Sadly we don't have any buzzers and purchasing buzzers for the whole team costs upwards of $1,000. I built this app so teams like mine can practise quiz bowl without a large upfront cost.
## License
[MIT](https://choosealicense.com/licenses/mit/)