This is a simple basketball scoreboard application built with Spring Boot for managing basketball games. The application allows users to start a game by setting the game duration and team names, pause and resume the game, and update the scoreboard. The frontend is built with HTML, CSS, and JavaScript, and the API endpoints were tested using Postman.
- Start Game: Set game duration and team names.
- Pause & Resume Game: Manage game state.
- Update Scoreboard: Update scores for both teams. (Reduce points by entering "-" and number of points, if mistake was made)
- Time remaining: Shows time left.
- Java 11 or higher
- Maven
- IntelliJ IDEA Ultimate
- Postman (for API testing)
The frontend for this application is built with HTML, CSS, and JavaScript. It is located in the src/main/resources/static directory.