An interactive mood tracking application built with React that demonstrates advanced event handling and multiple useState hooks. Click emojis to track your daily moods with visual feedback.
- Interactive emoji buttons with click events
- Multiple useState hooks for managing different states
- Visual feedback on selection
- Mood tracking with counters
- Responsive design
- React
- JavaScript (ES6+)
- useState Hook
- Event Handling
- CSS-in-JS Styling
- Advanced event handling in React
- Multiple state variables with useState
- Interactive UI components
- State management for complex interactions
# Clone this repository
git clone https://github.com/banumariwan/day4-event-handling.git
# Navigate to project directory
cd day4-event-handling
# Install dependencies
npm install
# Start development server
npm start