Fancy Counter

A React counter with up and down controls, spacebar support, a reset button, and an upper limit that can be overridden by paid users.
Key points:
useStateanduseEffect- React rendering patterns
- Prop drilling
- Composition as an alternative to prop drilling
- Conditional CSS
