Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 535 Bytes

File metadata and controls

11 lines (8 loc) · 535 Bytes

useState Intermediate

A collection of five intermediate projects using the useState hook in React.

📌 Projects

  1. LimitedCounter – A counter that cannot go below 0 or above 10.
  2. DynamicFavorites – A list where users can add and remove favorite items.
  3. BasicShoppingCart – A shopping cart system where users can add products.
  4. ImageChangerButton – A button that cycles through an array of images.
  5. RandomColorGenerator – A button that changes the background color randomly on each click.