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.