A simple React-powered scoreboard for score-keeping while playing analog games
https://saltymouse.github.io/scoreboard-react
- Click/tap the Remove Player (π€β) or Add Player (π€β) buttons (bottom of the screen) to match the number of players in your game (1 to 4).
- Click/tap the emoji on each player to select a new random emoji.
- Click/tap Add Scores (β) after entering all player's scores.
- The Add Scores (β) icon will change to a (βοΈ) signifying the scores are ready to submit.
- From the score-list, click/tap on the score you wish to remove.
- Scores from the same round in other players will be highlighted.
- Click/tap the Remove Scores (β) button.
- From the score-list, click/tap on the score you wish to remove.
- Adjust the selected scores in the players' input fields.
- Click/tap Add Scores (βοΈ) to submit score changes.
- Mobile-first responsive design
- Dark mode (auto-detected from you OS settings)
Latest β | Latest β | 10+ β | Latest β | iOS 12+ β |
yarn start
ornpm start
- Runs the app in live-development mode.yarn build
ornpm build
- Builds the optimized production app.
Instance | Branch | Description, Instructions, Notes |
---|---|---|
Stable | stable | Accepts merges from Working and Hotfixes |
Working | master | Accepts merges from Features/Issues and Hotfixes |
Features/Issues | topic-* | Always branch off HEAD of Working |
Hotfix | hotfix-* | Always branch off Stable |
- Edit/Remove Scores
- Localization
- Accessibility
- Testing
- Offline