A simple yet powerful counter application built with React to demonstrate the useState hook. Features increment, decrement, and reset functionality.
- Increment/Decrement buttons to change count
- Reset functionality to return to zero
- Clean, responsive design
- React useState Hook demonstration
- React
- JavaScript (ES6+)
- useState Hook
- CSS-in-JS Styling
- Understanding React useState hook
- Managing component state in functional components
- Event handling in React
- State updates and re-renders
# Clone this repository
git clone https://github.com/banumariwan/Day3-useState-Counter-App.git
# Navigate to project directory
cd Day3-useState-Counter-App
# Install dependencies
npm install
# Start development server
npm start