A simple counter application with features to increase, decrease, and reset the counter value.
- Increase: Increment the counter by one.
- Decrease: Decrement the counter by one.
- Reset: Reset the counter value to zero.
- HTML: Structure of the web page.
- CSS: styling for a visually appealing UI.
- Javascript: Functionality for a computer.