dr-jerry / baseballscore

Svelte baseball scoreboard application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

svelte app

This is a Svelte app for recording points in a baseball game. Set up by a Dad who understands svelte better than baseball scoring. It is a Work in progress. More information on Svelte apps. It lives at https://github.com/dr-jerry/baseballscore. And it is [alive here]http://www.dijkmeijer.com/basescore/. Also beware that I'm Dutch and I have no baseball experience.

Current funtions

  • bench lists all players (hard coded)
  • first bench player can be dragged on to home.
  • from home player can be dragged to next honk or bench (0 points)
  • if the player is dropped on the home, it is appended to the bench with 1 point.

todo

  • record out & strikes
  • more styling.
  • addapt players ordering on bench with initial orderding.
  • record innings
  • add a second team
  • add backend functionality.

About

Svelte baseball scoreboard application


Languages

Language:Svelte 45.9%Language:JavaScript 44.6%Language:CSS 6.6%Language:HTML 2.9%