https://github.com/colowill/timer-app
Timer and Stopwatch application that offers an intuitive UI and sound options.
https://github.com/colowill/timer-app
alarm sound-effects stopwatch timer-application
Last synced: about 1 year ago
JSON representation
Timer and Stopwatch application that offers an intuitive UI and sound options.
- Host: GitHub
- URL: https://github.com/colowill/timer-app
- Owner: colowill
- License: mit
- Created: 2024-09-14T21:04:22.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-07T18:40:23.000Z (over 1 year ago)
- Last Synced: 2025-01-26T05:14:42.116Z (about 1 year ago)
- Topics: alarm, sound-effects, stopwatch, timer-application
- Language: Java
- Homepage:
- Size: 884 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TimeWizard is a simple and intuitive clock application that functions as both a stopwatch and a countdown timer. It allows users to start, stop, reset, and set custom alarms with various sound effects. Built using Java and Swing, this application provides a clean user interface for easy interaction.
Features:
• Stopwatch Mode: Count up from zero to track elapsed time.
• Timer Mode: Set countdown timers with custom durations and sound alarms.
• Alarm Sounds: Choose from a selection of built-in alarm sounds such as beep, siren, chime, and clock.
• User-Friendly Controls: Start, stop, reset, and toggle between stopwatch and timer modes with a click of a button.
• Simple GUI: Clean and easy-to-navigate interface built with Java Swing.
Prerequisites:
• Java JDK 8 or higher must be installed on your system.
• Git should be installed if you want to clone the project directly from GitHub.
Project Goals:
• Create an additional feature: the alarm system, which allows the user to set habitual alarms at certain times in the day (considering the system's time).
• Create a logo for TimeWizard!