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.