Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neziw/spring-maturacountdown
A countdown timer to the 2025 high school exam built with Thymeleaf.
https://github.com/neziw/spring-maturacountdown
gradle gradle-wrapper java spring spring-boot spring-boot-web tailwind tailwind-css thymeleaf
Last synced: 8 days ago
JSON representation
A countdown timer to the 2025 high school exam built with Thymeleaf.
- Host: GitHub
- URL: https://github.com/neziw/spring-maturacountdown
- Owner: neziw
- License: mit
- Created: 2025-02-03T22:04:31.000Z (9 days ago)
- Default Branch: master
- Last Pushed: 2025-02-03T22:09:39.000Z (9 days ago)
- Last Synced: 2025-02-03T23:20:07.449Z (9 days ago)
- Topics: gradle, gradle-wrapper, java, spring, spring-boot, spring-boot-web, tailwind, tailwind-css, thymeleaf
- Language: Java
- Homepage:
- Size: 505 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
##
![]()
Spring-MaturaCountdown
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.
----
## Features
* 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----
## Preview![Showcase](/assets/showcase.png)
---
## RequirementsBefore running this application, ensure you have the following installed:
* **Java** (JDK 17)
* **Gradle or Gradle Wrapper** (for building the project)----
## Accessing the applicationOnce everything is up and running, navigate to the following URL to access the application:
```
http://localhost:8080
```----
## Technologies Used
* **Spring Boot:** For the backend application
* **Thymeleaf:** Templating engine for frontend rendering----
## LicenseThis project is licensed under the [MIT License](https://mit-license.org/) - see the [LICENSE](LICENSE) file for details.
---
Special thanks to [JetBrains](https://www.jetbrains.com/products/) company for providing development tools used to develop this project.[
](https://www.jetbrains.com)