Skip to content

Latest commit

 

History

History
50 lines (40 loc) · 1.83 KB

README.md

File metadata and controls

50 lines (40 loc) · 1.83 KB

TextAlter

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.

Features

  • 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.

Prerequisites

Before you begin, ensure you have the following installed:

Installation

  1. Clone this repository to your local machine:
    git clone https://github.com/ImHappyKumar/TextAlter.git
    
  2. Navigate to the project directory:
    cd text-alter
    
  3. Install dependencies:
    npm install
    

Usage

  1. Start the development server:
    npm start
    
  2. Access the application in your browser at http://localhost:3000

Contributing

Contributions are welcome! If you encounter issues or have suggestions, please create an issue or submit a pull request.