Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 786 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 786 Bytes

An alarm clock using ReactJS

This project is live at: https://reactjs-alarm-clock.netlify.app

It allows the user to set and delete alarms. Some features of this app:

  • It displays a digital clock showing current time.
  • User can set an alarm with a 24-hour time scale on specific days.
  • When the alarm rings, the user has can click on any of the two buttons:
    1. STOP: This stops the alarm.
    2. SNOOZE: This will snooze the alarm, i.e., the alarm will ring again after 5 minutes. The user can snooze 3 times, after the 4th snooze, the alarm stops automatically.
  • If no button is clicked within 1 minute since the alarm started ringing, it snoozes automatically.