Skip to content

buneeIsSlo/launch-countdown-timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Launch countdown timer

Hello! This is my solution to the Launch countdown timer challenge on Frontend Mentor.

Live Site URL

https://buneeisslo.github.io/launch-countdown-timer/

Built with

What I learned

  • Creating particles with HTML Canvas
  • Using Window.requestAnimationFrame() to create smooth animations
  • Using data element to modify content
  • JavaScript Date objects and some of its methods

Resources

Acknowledgement

  • Thanks to tediko I was able to create my solution.
  • The particles effect in this solution was inspired by this repo.