Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 384 Bytes

File metadata and controls

7 lines (4 loc) · 384 Bytes

Vanilla JavaScript counter application

  • The idea behind this project is to manipulate the DOM directly though JS code not using any Framework in particular.

  • Users can increase, decrease or reset the counter. Different styles are applied to the counter if it is above or below zero.

  • To 'start' the application just load the index.html file in a browser of your choice.