Simple counter app created with Javascript.
Live demo: https://easycounterjs.netlify.app/
- click on the buttons -,+, reset: to increase, decrease and reset the value
- click on the start button to automatically increase the number by 1 every second
- click on the stop button to stop the automatic counter
- if value > 0 the color is green; if value < 0 the color is red; if value = 0 the color is black