selvendiranj / analog-world-clocks

analog world clock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Analog World Clocks

we’ll build out our own analog clock by creating a custom SVG, styling it with plain CSS, and animating it with vanilla JavaScript. Included in this project:

  • Creating a custom SVG with circle, text, and path elements
  • Using requestAnimationFrame to animate the clock performantly
  • Converting the project from a functional style to an object oriented stying
  • Adding world clocks from different timezones with date-fns and date-fns-tz

🔗 Additional Links 🔗

About

analog world clock


Languages

Language:HTML 72.9%Language:JavaScript 17.6%Language:CSS 9.5%