Skip to content

Simple digital clock made with JavaScript that doesn't require any JQuery library

Notifications You must be signed in to change notification settings

gabrielbalinca/clock.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Digital Clock

  • Simple digital clock made with JavaScript that doesn't require any JQuery library

Usage

  • Copy the minified version from dist folder in your scripts or javascript folder
  • Import the script at the buttom of your HTML page :
<script src="./scripts/clock.min.js"></script>
  • Use this div where you want to display the clock :
<div class="clock"></div>

About

Simple digital clock made with JavaScript that doesn't require any JQuery library

Resources

Stars

Watchers

Forks