A collection of five beginner-friendly projects using the useState hook in React.
- BasicCounter โ A simple counter with an increment, decrement and reset button.
- BackgroundToggle โ Switches background color between two options.
- ShowHideText โ A button to toggle text visibility.
- RealTimeInput โ Displays live input text.
- DynamicList โ Adds items to a list dynamically.