Skip to content

CodingWithUnknown/analogue-world-clocks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analogue World Clocks

YouTube Video: https://youtu.be/tYKlLQmg6OM

Building out an analogue clock includes a surprising amount of detail. In this video, we’ll build out our own analogue 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

🔗 Key Links 🔗


🔗 Additional Links 🔗


📹 Related/Mentioned Videos 📹


🌐 Connect With Me 🌐

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 45.3%
  • CSS 32.6%
  • HTML 22.1%