A countdown timer to the 2025 high school exam built with Thymeleaf. The timer displays months, days, hours, seconds, milliseconds and updates in real-time without page reloads, powered by JavaScript.
- Spring Boot for backend application
- Thymeleaf for HTML templating
- Ability to change the event date time in
application.properties
- Animated background with gradients using plain CSS
Before running this application, ensure you have the following installed:
- Java (JDK 17)
- Gradle or Gradle Wrapper (for building the project)
Once everything is up and running, navigate to the following URL to access the application:
http://localhost:8080
- Spring Boot: For the backend application
- Thymeleaf: Templating engine for frontend rendering
This project is licensed under the MIT License - see the LICENSE file for details.
Special thanks to JetBrains company for providing development tools used to develop this project.