A zero-dependency spinning wheel that randomly picks who runs scrum. Add names, hit SPIN, and let the wheel decide.
- Configurable name list (one per line), persisted in
localStorage - Optional "remove winner after spin" mode for round-robin coverage
- Smooth eased spin animation rendered on
<canvas> - Styled with the UiPath Apollo dark theme palette
It's a single static file — just open index.html in a browser, or serve the folder:
python3 -m http.server
# then visit http://localhost:8000The repo serves index.html from the root, so no build step is needed:
- Push to GitHub
- Settings → Pages → Source:
Deploy from a branch, branchmain, folder/ (root) - The site publishes at
https://<user>.github.io/spinner/