https://github.com/techtronixx/basketball-scoreboard
A web application that allows users to track the score of a basketball game, with features to increase and reset the score.
https://github.com/techtronixx/basketball-scoreboard
Last synced: about 1 year ago
JSON representation
A web application that allows users to track the score of a basketball game, with features to increase and reset the score.
- Host: GitHub
- URL: https://github.com/techtronixx/basketball-scoreboard
- Owner: TechTronixx
- Created: 2022-12-20T14:58:16.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-09T19:06:38.000Z (over 1 year ago)
- Last Synced: 2025-02-09T20:21:55.350Z (over 1 year ago)
- Language: CSS
- Homepage: https://basketball-scorecard.vercel.app/
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basketball Scoreboard
This is a web application that allows users to keep track of the score of a basketball game. It is built using HTML, CSS, and JavaScript.
## Features
- Display the current score for both the home team and the guest team
- Increase the score for the home team or the guest team by 1, 2, or 3 points
- Reset the scores to 0 with the "New Game" button
## Preview

## Demo
A live demo of the Basketball Scoreboard can be found [here](https://basketball-scorecard.vercel.app/).
## Usage
To use the Basketball Scoreboard, simply open the web application in a browser and click on the buttons to add points for the home team or the guest team. To reset the scores, click on the "New Game" button.