A fun and interactive beginner React app that translates your mood into an emoji and an uplifting message.
- Clickable mood buttons (e.g., Happy, Sad, Excited, Angry, etc.)
- Displays a related emoji and motivational message
- Clean, responsive UI using plain CSS
- Built with React Functional Components and Hooks (
useState
)
- React
- useState Hook
- CSS
- Click on a mood button.
- See the matching emoji and message appear instantly.
- Add your own moods and emojis easily in the code!
git clone https://github.com/aneesh-acharyeah/emoji-mood-translator.git
cd emoji-mood-translator
npm install
npm start