This is a basic alarm application built using .NET WinForms and C#. The application allows users to set alarms with custom messages.
- Set Alarm: Users can set alarms by specifying the desired time, message.
- Display Alarms: The app displays a list of all set alarms with their respective details.
- Notification: When the alarm time is reached, a notification pops up with the specified message and plays sound.
The app is implemented in C# using .NET WinForms for the graphical user interface.