Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sri/scoreboard

A basketball scoreboard for my little one
https://github.com/sri/scoreboard

Last synced: 2 days ago
JSON representation

A basketball scoreboard for my little one

Awesome Lists containing this project

README

        

# scoreboard
A basketball scoreboard for my little one.

See it in action: https://sri.github.io/scoreboard/index.html

# Features
- displays a game clock and a shot clock
- display scores for two teams
- shot clock will reset to 24 when someone scores
- clocks will pause at the end of quarters and overtime
- overtime starts automatically when at the end of a game, score is tied
(if you hit a buzzer beater, and then after the end of the game, the score
is tied, unpause the clock to start overtime)
- allows for team selection (click/touch team name)
- buzzer sound at the end of periods
- click on quarter to advance to next quarter

- TODO: use localstorage to save state; allow selecting mins per quarter

# Usage
- touch the team name to select different teams
- touch the clock to start/pause it
- touching on a team's score increments it by one

# Testing
- tested on Pixelbook (latest Chrome) & iPad (latest Safari)

# Tech
Everything is in a single HTML file. Uses ES6 (classes). Uses font from Google & the Bulma CSS framework.