Exam countdown timer for Chinese senior high students.
Based on Kotlin/JVM & Compose Desktop
Thanks to the compactness and flexibility of Compose, the whole application is written into a single file.
Install Java Runtime 21 or above, such as Azul Zulu
Download it from GitHub Releases.
Drop it into an empty folder.
Double click to run or create a startup item with command:
- Linux/Mac:
java -jar LastCount-xxx.jar
- Windows:
javaw.exe -jar LastCount-xxx.jar
Clone the repository and run gradlew packageUberJarForCurrentOS
For Chinese users: You may need a special network environment for gradle to download dependencies.