A simple and handy React app to transform text instantly. It lets you convert text to uppercase, lowercase, reverse it, and even listen to it aloud using the browser’s speech API.
- Convert text to UPPERCASE
- Convert text to lowercase
- Reverse the text
- Speak text using speech synthesis
- Clear text in one click
- Frontend: React (with Hooks & functional components)
- Styling: CSS / Tailwind (if you used it)
- APIs: Browser SpeechSynthesis API