Skip to content

London | ITP_May_25 | Emiliano_Uruena | MDG_Sprint-3 | AlarmClock #625

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Emilianouz
Copy link

Self checklist

  • I have committed my files one by one, on purpose, and for a reason
  • I have titled my PR with Region | Cohort | FirstName LastName | Sprint | Assignment Title
  • I have tested my changes
  • My changes follow the style guide
  • My changes meet the requirements of this task

Changelist

Alarmclock implemented, including extra buttons: pause, resume and resent. All buttons are adapted.

Given the user has entered a number in the input field
When the user clicks the "Set Alarm" button
Then the "Time Remaining" title should update to show the entered number in mm:ss format

Given the alarm is set with a valid time
When one second passes
Then the "Time Remaining" title should decrement by 1 second

Given the alarm is set with a time of 00:00
When the timer reaches 00:00
Then the alarm sound should play continuously

Given the alarm sound is currently playing
When the user clicks the "Stop Alarm" button
Then the alarm sound should stop playing

Given the alarm is set with a time of 00:10
When the timer reaches 00:00
Then the background color should change
And the alarm sound should play

Given the user has not set an alarm
When the page first loads
Then the "Time Remaining" title should show 00:00
And no alarm sound should play

@Emilianouz Emilianouz added 📅 Sprint 3 Assigned during Sprint 3 of this module Needs Review Participant to add when requesting review labels Jul 16, 2025
@Emilianouz Emilianouz changed the title London | May_25 | Emiliano_Uruena | MDG_Sprint-3 | AlarmClock London | ITP_May_25 | Emiliano_Uruena | MDG_Sprint-3 | AlarmClock Jul 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review Participant to add when requesting review 📅 Sprint 3 Assigned during Sprint 3 of this module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant