Skip to content

Nada-TB-beginner-projects/build_counter_vanillaJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rocket : Bootcamp mini-project

View result here link

The application's features :

  • Create an event attached to the button.
  • On click, the countdown starts, the rocket's image changes to show the combustion at launch.
  • The button is disabled after clicking.
  • When the countdown attains ten, the rocket flys (CSS animation).

Programming concepts applied:

JavaScript CSS
DOM document animation
DOM methods positions
timinig event setInterval() pointer-events
timing event clearInterval()