Skip to content

ZA | ITP-May-2025 | Rashaad Ebrahim | Module Data Groups | Alarm Clock #711

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 5 commits into
base: main
Choose a base branch
from

Conversation

Rashaad-Ebrahim
Copy link

Learners, PR Template

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

Implementaion of the alarm clock project

Questions

No questions

@Rashaad-Ebrahim Rashaad-Ebrahim added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Jul 26, 2025
@Rashaad-Ebrahim Rashaad-Ebrahim linked an issue Jul 26, 2025 that may be closed by this pull request
6 tasks
@@ -1,4 +1,74 @@
function setAlarm() {}
const timeRemainingDisplay = document.querySelector("#timeRemaining");
const alarmSetInput = document.querySelector("#alarmSet");

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

querySelector does not work on all nodes within the DOM. It works here, but does not always work, just something to keep in mind.

@Waldo-Strydom
Copy link

Well done

@Waldo-Strydom Waldo-Strydom added Complete Volunteer to add when work is complete and all review comments have been addressed. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Jul 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Complete Volunteer to add when work is complete and all review comments have been addressed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[TECH ED] Build alarmclock app
2 participants