Skip to content

tobisamcode/Digital-Clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digital-Clock

How I created a digital clock with glowing in effect

A digital clock or watch in which the hours, minutes, and sometimes seconds are indicated by digits, as opposed to an analog clock, where the time is indicated by the positions of rotating hands. If you're searching for Working Analog Clock.

Generally, this clock takes real-time from our pcs/computers not from the server and show on the webpage. Using Javascript new Date() method I fetched real-time from my current PC.

I used the only CSS to create a glowing background effect and animate it with the CSS @keyframes property. But to show the realtime I used pure JavaScript.

Technology

  • HTML5
  • CSS
  • Javascript

View

picture

Releases

No releases published

Packages

 
 
 

Contributors