A lightweight, browser-based helper app to keep track of team scores in PubQuiz-style games.
- Easy score calculation
- Basic Team management
- Configurable number of categories.
- LuckyLoser functionality (chance for non-podium team to win an additional reward)
- Lightweight and fast
- No external dependencies
- Works in any modern browser.
quiz_tabela/
├── index.html
├── quiz.js
├── res/
│ └── branding.png
└── README.md
└── LICENSE.md
Simply open index.html in any modern web browser to start using the quiz application.
Developed and tested on Chrome 135.0.7049.115 x64 Stable
Press F11 to go fullscreen.
Works best on a 1080p+ screen.
- Fits up to
15teams and16categories.
Replace the res/branding.png file with your own logo.
Further customization is possible by editing the values config.js file.
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see LICENSE.md file for details.