Skip to content

A collection of five intermediate-level projects using useState in React. These exercises focus on managing state constraints, list handling, and user interactions, such as a limited counter, a to-do list, a basic shopping cart, an image switcher, and a dynamic point system. πŸš€

Notifications You must be signed in to change notification settings

Espadv69/useState-Intermediate

Repository files navigation

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.

About

A collection of five intermediate-level projects using useState in React. These exercises focus on managing state constraints, list handling, and user interactions, such as a limited counter, a to-do list, a basic shopping cart, an image switcher, and a dynamic point system. πŸš€

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published