A simple counter application that allows you to increment, decrement, and reset a counter. The background color of the page changes when the counter exceeds a specific value.
- Increment Counter: Increase the counter by 1.
- Decrement Counter: Decrease the counter by 1, but not below 0.
- Reset Counter: Reset the counter to 0.
- Background Color Change: Changes the background color to green when the counter exceeds 4.
- HTML5
- CSS3
- JavaScript