A responsive and modern React application to analyze and manipulate your text quickly. Includes features like converting text to uppercase/lowercase, copying, removing extra spaces, and real-time word/character count. Built with ❤️ by CoreTech7704 (Sarvam Patel).
- 🌙 Dark & Light Mode Toggle
- 📱 Fully Responsive Layout
- 📝 Convert to Uppercase / Lowercase
- 🚮 Clear Text
- 📋 Copy Text to Clipboard
- 🧹 Remove Extra Spaces
- 📊 Real-time Word & Character Count
- 🔔 Alert Notifications
- ⚙️ Built with React, TailwindCSS & React Router
- Node.js (v14 or higher)
- npm or yarn
git clone https://github.com/CoreTech7704/textutils.git
cd textutils
npm installRun
npm start App will run at http://localhost:3000
textutils/
├── public/
├── src/
│ ├── components/
│ │ ├── Navbar.js
│ │ ├── Alert.js
│ │ └── TextForm.js
│ ├── App.js
│ ├── index.js
│ └── ...
├── tailwind.config.js
├── package.json
└── LICENSE
📄 License This project is licensed under the MIT License © 2025 Sarvam Patel (CoreTech7704)
🙌 Support or Feedback? If you like the project, feel free to ⭐ the repo and follow me on GitHub: 👉 https://github.com/CoreTech7704 """