This project is a guess-the-number game in which the player receives feedback about matching digits. The project has Java + Spring Boot backend and JavaScript + HTML + CSS frontend. The project is built using Maven build tool, has JUnit tests and H2 database to store and display the leaderboard.
Structure of this README:
- Section 1 shows how to run the project.
- Section 2 shows Guessing Game's screenshots.
Run the project:
mvn spring-boot:run
Run tests:
mvn test



