Simple score-keeping app to track scores while playing card games. Supports score-keeping for 1 to 4 players.
https://saltymouse.github.io/scoreBoard/
Demo is auto-filled with random scores for demonstration purposes.
- Click the emoji to change to a new random emoji (all animals)
- Enter a score in the input field, then click the ➕ to add to the player's scores
- To delete a score:
- Desktop: Click the ordinal number (left), click the ❌ button that appears (right)
- Mobile: Swipe to the left, tap ❌ button that appears.
- Add and remove players by using the ➕ and ➖ buttons adjacent to the players' emoji name bars at the top.
⚠️ Deleting a player will also clear that player's scores from memory
yarn
ornpm i
to install necessary dependenciesyarn dev
ornpm run dev
orgulp
to start the dev server
Add ability to add additional playersAdd ability to delete registered scores- Add ability to modify existing scores
- Upgrade to ES6
- Make componentized version