Skip to content

Shahiem/countdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Countdown ⌚

A countdown timer in JavaScript.

Demo

Install

Step 1: Install node modules

npm install

Step 2: Run Gulp

gulp

Step 3: Call the Countdown

Call .Countdown() on .element

let clock = new Countdown('.element');