Skip to content

ImRAryan/AlarmClock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Java Alarm Clock

A simple console-based alarm clock built in Java that allows users to set a specific time for an alarm. The program continuously displays the current system time and plays an audio alert when the specified alarm time is reached.

The alarm can be stopped by pressing ENTER in the console.


Features

  • Set a custom alarm time
  • Displays a live digital clock in the console
  • Plays an audio alert (.wav file) when the alarm triggers
  • Stop the alarm by pressing ENTER
  • Uses multithreading so the clock runs independently

Technologies Used

  • Java
  • Java Time API (LocalTime)
  • Java Sound API (Clip, AudioSystem)
  • Multithreading (Runnable, Thread)
  • File Handling

About

A simple Java-based console alarm clock that allows users to set a specific alarm time. The program continuously displays the current system time and triggers an audio alert when the alarm time is reached. The alarm sound can be stopped by pressing ENTER in the console.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages