Developed by Happy Kumar
Text Alter is a utility tool built using ReactJS that provides various text manipulation features, including word counting, character counting, line counting, reading time calculation, and text transformation options such as converting to uppercase or lowercase, toggling case, alternating case, capitalizing text, removing extra spaces or lines, copying text, and clearing text.
- Word Counter: Count the number of words in the provided text.
- Character Counter: Count the number of characters in the provided text.
- Lines Counter: Count the number of lines in the provided text.
- Reading Time Counter: Estimate the reading time for the provided text.
- Text Transformation: Manipulate text in various ways:
- Convert to Uppercase or Lowercase.
- Toggle Case: Switch the case of each character.
- Alternate Case: Make characters alternate between uppercase and lowercase.
- Capitalize Text: Capitalize the first letter of each word.
- Remove Extra Spaces or Lines: Clean up unnecessary spaces or lines.
- Copy Text: Easily copy the manipulated text to the clipboard.
- Clear Text: Clear the text area to start fresh.
Before you begin, ensure you have the following installed:
- Node.js: https://nodejs.org/
- Clone this repository to your local machine:
git clone https://github.com/ImHappyKumar/TextAlter.git
- Navigate to the project directory:
cd text-alter
- Install dependencies:
npm install
- Start the development server:
npm start
- Access the application in your browser at http://localhost:3000
Contributions are welcome! If you encounter issues or have suggestions, please create an issue or submit a pull request.