https://github.com/rothsandro/rxjs-stopwatch
https://github.com/rothsandro/rxjs-stopwatch
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rothsandro/rxjs-stopwatch
- Owner: rothsandro
- Created: 2024-10-18T09:10:34.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-23T16:15:33.000Z (7 months ago)
- Last Synced: 2025-02-07T19:31:59.445Z (4 months ago)
- Language: CSS
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RxJS Stopwatch
Implement a simple stopwatch using RxJS.
https://github.com/user-attachments/assets/9f8caa19-ed6d-4577-bd15-97c173c1f507
## Requirements
- It's stopped by default and shows "0" seconds.
- Start button
- It starts the stopwatch and increments the time every second.
- It shows a confetti effect (use the `letsGetThePartyStarted()` function)
- Stop button
- It stops the stopwatch.
- Reset button
- It stops the stopwatch (if started)
- It resets the time to "0" seconds.