A React.js web application that provides text manipulation tools, including case conversion, text cleaning, and live text analysis.
- Text Conversion: Convert text to uppercase and lowercase.
- Text Cleaning: Remove extra spaces and clear text with one click.
- Live Word & Character Count: Get instant statistics of your text.
- Dark Mode Support: Toggle between light and dark themes for better accessibility.
- React Router Integration: Navigate seamlessly between pages.
- React.js for front-end development.
- React Router for navigation.
- CSS for responsive styling.
- Clone the repository:
git clone https://github.com/your-username/text-editor-utilities.git
- Navigate to the project directory:
cd text-editor-utilities - Install dependencies:
npm install
- Start the development server:
npm start
- Enter text into the editor.
- Use the buttons to convert text, clean spaces, or copy text.
- View live word and character count.
- Toggle dark mode for a better viewing experience.
⭐ Don't forget to star this repo if you found it useful!