A simple React app (more like a component) which is a card with a counter (displayed as a number) and three buttons:
- a '+' button to increase the counter
- a '-' button to decrease the counter
- a 'reset' button to reset the counter back to 0 (zero).
The background-color of the card also changes with each click.