Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 621 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 621 Bytes

Scoreboard

This Scoreboard is a simple JavaScript project that allows you to create and track the scores of two teams for a specified number of rounds. This project was created as part of my JavaScript practice exercises

  • Input fields to enter the names of Team A and Team B.
  • Input field to specify the number of rounds.
  • Create a scoreboard for each team, displaying their names and scores.
  • Buttons to increment, decrement, and reset each team's score.
  • It validates the team names to ensure that they are not empty of the same.
  • Hide round nummber if not specified

Technologies

  • HTML
  • CSS
  • JavaScript