A simple, responsive countdown timer built with HTML, CSS, and JavaScript. Features pause and play functionality with an alert when time runs out.
This has been updated to work with Go version 1.12. It will no longer work with previous versions of Go because the function js.NewCallback() in 1.11 was replaced by js.FuncOf() in 1.12. This is a ...