A simple React counter app to learn basic concepts.
- Responsive behavior.
- Items modularity as components.
- Counter limit with conditional rendering/states.
- Minus stops at 0;
- Global spacebar key shortcut to increase the counter, while respecting the limit and not interfering with buttons native focus/keyboard support.
Created using Vite.