A lightweight quiz app built with React. Create and share quizzes using the built-in editor or a simple text file. Play them in the browser, and see instant results in a clean UI. Fully client-side and easy to deploy as a static site.
Hosted on GitHub Pages: https://albe873.github.io/quiz/
| home page | question example | results |
|---|---|---|
![]() |
![]() |
![]() |
You can create a quiz in two ways:
- using the built in gui
- write a text file, use examples/questions-example.txt for a reference
- clone the repository
cd quiz-reactnpm install && npm run devfor local usage and developementnpm run buildto have a deployable web app, created in dist folder



