A simple web application for keeping track of scores between two teams.
Scoreboard-App is a basic web application that allows users to track scores for two teams, "HOME" and "AWAY." The app provides buttons to increment the score for each team by 1, 2, or 3 points, and also allows users to reset the scores back to zero.
- Add points to "HOME" and "AWAY" teams using +1, +2, and +3 buttons.
- Reset the scores for both teams to zero using the "Reset" button.
- HTML
- CSS
- JavaScript
- Clone the repository:
git clone https://github.com/your-username/Scoreboard-App.git - Open
index.htmlin your web browser.
- Click the appropriate buttons (+1, +2, or +3) to add points to the corresponding team.
- To reset the scores for a team, click the "Reset" button next to the team name.