This is a simple counter application built with HTML, CSS, and JavaScript. It provides basic functionality to increment, decrement, and reset a counter value.
- Increment: Increases the counter by 1.
- Decrement: Decreases the counter by 1.
- Reset: Resets the counter back to 0.