A simple and basic text utility application built using React.js during my learning phase of React. This app provides various text manipulation features with a clean UI.
- Dark and Light Mode Toggle
- Convert text to Uppercase and Lowercase
- Character and Word Count
- Estimate reading time for the provided text
- Clear the text
- Copy text to clipboard
- Remove extra spaces
- Convert text in Hindi language
- React.js
- HTML5
- CSS3
- JavaScript
- Clone the repository:
- Navigate to the project directory:
- cd textutils
- Install dependencies:
- npm install
- Start the development server:
- npm start
- Enter or paste your text into the textbox.
- Use the provided buttons to manipulate the text as per your needs.
- Switch between Light and Dark mode for better readability.
This project is created for learning purposes.
Feel free to modify or enhance it further. PRs are welcome!


