Skip to content

Problem statement Create an alarm clock. Use ONLY vanilla javascript, no libraries or frameworks allowed for Javascript (you can use any css framework like Bootstrap).

Notifications You must be signed in to change notification settings

Rushabh025/Alarm_Clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alarm_Clock

Demo : https://rushabh025.github.io/Alarm_Clock/

Problem statement

Create an alarm clock. Use ONLY vanilla javascript, no libraries or frameworks allowed for Javascript (you can use any css framework like Bootstrap).

Features

  • Clock face
    • Clock showing the current time (seconds,mins,hrs should change as time changes)
  • Set Alarm
    • Provide input boxes to set an alarm (hr,min,sec, am/pm)
    • Once the sets the time and click “Set Alarm” button, add that alarm to the alarms list below
    • When the alarm goes of just use JS alert function to alert in the browser
  • Alarms list

    • Display a list of all the alarms set by user
  • Delete alarm

    • For each alarm give a delete button to delete the alarm
    • When the user deletes an alarm make sure it “does not alerts the user”

Screenshots:

Default Page:

Alarm_clock_HP

After adding alarm:

Alarm_clock_input

Author:

About

Problem statement Create an alarm clock. Use ONLY vanilla javascript, no libraries or frameworks allowed for Javascript (you can use any css framework like Bootstrap).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published