Skip to content

Conversation

@Tarawally
Copy link

@Tarawally Tarawally commented Dec 13, 2025

Learners, PR Template

Self checklist

  • I have titled my PR with Region | Cohort | FirstName LastName | Sprint | Assignment Title
  • My changes meet the requirements of the task
  • I have tested my changes
  • My changes follow the style guide

Changelist

  • Implemented countdown timer displaying time in mm:ss format
  • Added alarm sound and flashing red background when timer reaches zero
  • Enabled stop button to pause alarm and remove visual effects

SallyMcGrath and others added 30 commits May 11, 2024 16:05
Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.2.0 to 4.3.3.
- [Changelog](https://github.com/adobe/css-tools/blob/main/History.md)
- [Commits](https://github.com/adobe/css-tools/commits)

---
updated-dependencies:
- dependency-name: "@adobe/css-tools"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.4 to 7.24.5.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.5/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.4.
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](salesforce/tough-cookie@v4.1.2...v4.1.4)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…pm_and_yarn/adobe/css-tools-4.3.3

Bump @adobe/css-tools from 4.2.0 to 4.3.3
…pm_and_yarn/babel/traverse-7.24.5

Bump @babel/traverse from 7.21.4 to 7.24.5
…pm_and_yarn/tough-cookie-4.1.4

Bump tough-cookie from 4.1.2 to 4.1.4
Bumps [ws](https://github.com/websockets/ws) from 8.13.0 to 8.17.1.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.13.0...8.17.1)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…xtensions

Add recommended VS Code extensions
…ect-tasks-from-js2-module

Remove legacy tasks copied from the old js2 module and add correct ones
…pm_and_yarn/ws-8.17.1

Bump ws from 8.13.0 to 8.17.1
* Fix up typos in exercises
* Update a bunch of week-1s to Sprint-1s
* Use toEqual not toBe
* Add a bit more scaffolding for exports and requires, as we currently
  don't reliably teach this.
* Add a few more edge cases to test for
* Move root package.json to Sprint-3 directory, because that's the set
  of tests it hard-codes as modules, and rework instructions to not
  assume you're installing stuff in the root of the repo.
* Change refactor exercises from implementing `find` to implementing
  `includes` - because `find` returns the index, I would consider it
  better implemented with a for-with-index loop than a for..of loop.
  `includes` does not share this property.
* Add package-lock.json

* Misc copy edits and typo fixes

* Add extension to in-sprint querystring parsing
* Update tests for Sprint 1 'fix median' task

* Update tests for Sprint 1 'fix' exercise with median
* Add tests to check for errors and mixed arrays (advanced implementation of median)

* Update exercise file to provide hint for solution
Also changed the array in "doesn't modify the input array" to an unsorted array.
…#570)

* Move Jest configuration to root of Sprint-3 directory

- Allows using the Jest testing extension in VS Code or the terminal
- Deduplicates repeated configuration

* Move test dependencies to dev

* Get workspaces from package file
Co-authored-by: Daniel Wagner-Hall <dawagner@gmail.com>
@Tarawally Tarawally added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Dec 13, 2025
@Tarawally Tarawally linked an issue Dec 13, 2025 that may be closed by this pull request
6 tasks
@Tarawally Tarawally removed the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Dec 13, 2025
@Tarawally Tarawally closed this Dec 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[TECH ED] Build alarm clock app

8 participants