A collection of five intermediate projects using the useState hook in React.
- LimitedCounter β A counter that cannot go below 0 or above 10.
- DynamicFavorites β A list where users can add and remove favorite items.
- BasicShoppingCart β A shopping cart system where users can add products.
- ImageChangerButton β A button that cycles through an array of images.
- RandomColorGenerator β A button that changes the background color randomly on each click.