An small offline-first app for creating zoom quizzes.
- You share the screen and use arrow keys to navigate through the quiz.
- Players hold up A, B, C, or D cards up to the camera.
- You score them by clicking their little avatar at the bottom right of the screen.
- Visit https://quizzing.ninja
- Click "Create quiz" at the top right
- Select the newly created quiz and start adding some questions
- Add background images via Unsplash or by dragging an image onto the page
- Select the correct answer by clicking the letter
- Go back to home screen and add some players with the
+
button - Click on the players to edit their name and add a picture
- Navigate back to the quiz and click "play at the top"
- Select some players who will take part (optional)
- Share the screen over zoom/google meet/etc.
- Click on players if they get the answer right
- At the end of the quiz, the scores will be shown
Kapture.2022-09-10.at.11.06.16.mp4
Vue 3, TypeScript, Cloudflare Workers, Dexie.js, RxJS
All data is stored locally on-device in IndexedDB. There is no login, no cookies, no user data.
Lots of things
- Remove UX friction of adding players
- Mobile/tablet support (it’s completely unusable)
- Register service worker to make it an actually offline-first PWA (right now, your data is simply stored offline)
- Download quiz to a file and allow uploading on another computer
- Add player to quiz mid-game
- Reorganise quiz questions
- Add category slides