pablogit / countdown

Simple countdown clock (uses RxJS)

Home Page:https://szimek.github.io/final-countdown

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Final countdown

final-countdown

final-countdown-alert

Simple online clock that can work as a stopwatch or countdown timer with start, pause and reset functions.

Total and alert times and count direction can be changed using query params, e.g.

https://szimek.github.io/final-countdown/?time=60&alert=30
https://szimek.github.io/final-countdown/?time=10&alert=5&direction=up

Actions

  • click - start or pause timer
  • double click - reset timer

Options

The defaults are:

total time: 1200 seconds (20 minutes)
alert time:  180 seconds (3 minutes)
direction:  down

Uses RxJS, because why not.

About

Simple countdown clock (uses RxJS)

https://szimek.github.io/final-countdown

License:MIT License


Languages

Language:HTML 100.0%