An open API service indexing awesome lists of open source software.

https://github.com/rothsandro/rxjs-stopwatch


https://github.com/rothsandro/rxjs-stopwatch

Last synced: about 2 months ago
JSON representation

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.