Skip to content

Releases: TeenageMutantCoder/Alarm-Clock

v1.0

06 Aug 05:28
d319ec7

Choose a tag to compare

Alarm Clock

Release v1.0

This is my first release ever! Anyways, In this version, there is a working alarms system where you can save alarms to go off at certain times, a digital clock that shows the local time hh:mm:ss, a stopwatch that can save lap times, and a timer that counts down from a specified time.

Note: In this release, you can not specify certain days for alarms to go off. If active, they will go off at the specified time. You also can not set messages to display when the alarms go off. These features will be added in later releases.

Alarms

You can set alarms to go off at whatever time you set. You can also deactivate the alarm so it will not go off.

Alarms

Clock

This digital clock shows the current local time in HH:MM:SS format.

Clock

Stopwatch

This stopwatch can track time and save lap times.
If you switch to another tab (i.e. clock, timer), the stopwatch will pause until you return

Stopwatch

Timer

This timer counts down from the time that you set. You can also pause or stop the timer early.

Timer_1

Timer_2