Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 363 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 363 Bytes

First React App

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.