A simple and efficient ReactJS-based text utility app built to help users perform common text manipulation tasks easily. This app demonstrates clean component design, props usage, and theme toggling in React.
🔗 Visit Live Site
(Replace with your Netlify deployment link)
- ✅ Convert text to UPPERCASE
- ✅ Convert text to lowercase
- ✅ Clear text
- ✅ Remove extra spaces
- ✅ Copy text to clipboard
- ✅ Word and character count
- ✅ Theme toggle: Light / Dark mode
- ✅ Responsive design
- ReactJS (CRA – Create React App)
- HTML5 / CSS3
- Bootstrap 5 (for styling)
- JavaScript (ES6+)
To run this app locally:
git clone https://github.com/SoumaySoni/S.S_text_utility_ReactJs.git
cd S.S_text_utility_ReactJs
npm install
npm start