This is a simple scoreboard program built using HTML, CSS, and JavaScript. The application allows the user to increment either the home or guest score by 1, 2, or 3 points. It's a basic and interactive way to track scores for sports games or any other event requiring scorekeeping.
The following programming tools were used:
- HTML
- CSS
- JavaScript
To get a local copy of the project up and running, follow these simple steps:
- You will need a web browser (e.g., Chrome, Firefox, Safari) to run the project.
- Clone the repository:
- Navigate to the project directory:
- Open index.html in your web browser:
The scoreboard has two sections: Home and Guest.
Each section has three buttons to increment the score by 1, 2, or 3 points.
Simply click on the desired button to update the score.
Click the reset button to clear both scores.
Contriubtions and feedback are welcomed!
Credits to @perborgen, Per Borgen at Scrimba for the project idea.