Objective: Build a functional counter using HTML, CSS, and JS/TS/React.
Instructions:
Create a simple counter with the following elements:
The counter should start at 0 by default.
0
Clicking the "Increment" button should add 1 to the current count.
1
Clicking the "Decrement" button should subtract 1 from the current count.
Requirements:
Hints:
<span>
<h1>
Bonus: