Skip to content

Instantly share code, notes, and snippets.

View bearcub3's full-sized avatar
💅
Woman who designs and codes

Go-Un(Emilie), Shin bearcub3

💅
Woman who designs and codes
View GitHub Profile
@bearcub3
bearcub3 / countdown.js
Last active August 1, 2020 18:56 — forked from adhithyan15/countdown.js
A countdown timer in JS with AddTime();
/********************************************************************************************************************
Countdown.js is a simple snippet to add a countdown timer for your app.
I've forked this coding from https://gist.github.com/adhithyan15/4350689 which was
originally a fork of http://jsfiddle.net/HRrYG/.
I've implemented a new feature, addTime(); and modified the coding a little bit to be optimized for usage in my app.
You can see my demo here https://jsfiddle.net/gounshin/as6drbyL/1/
Since the original code that I forked was released under Creative Commons by SA license, so is mine.
********************************************************************************************************************/
function Countdown(seconds) {