Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 2.09 KB

README.md

File metadata and controls

41 lines (31 loc) · 2.09 KB

Text Utils

Text Utils is a simple and powerful web application designed to provide various text manipulation functions. With Text Utils, you can easily convert text to uppercase, lowercase, capitalize each word, remove extra spaces, listen to the text, clear text, copy text to the clipboard, and more.

Table of Contents

Features

  • Convert text to uppercase
  • Convert text to lowercase
  • Capitalize each word in the text
  • Remove extra spaces
  • Listen to the text
  • Copy text to the clipboard
  • Clear text
  • Additional features to enhance text manipulation

Demo

You can see the application in action here: https://kananivishal.github.io/TextUtils-React/

Usage

Once the application is running, you can use the following features:

  1. Convert to Uppercase: Type or paste your text and click the "Convert to Uppercase" button to transform all text to uppercase.
  2. Convert to Lowercase: Type or paste your text and click the "Convert to Lowercase" button to transform all text to lowercase.
  3. Capitalize Words: Type or paste your text and click the "Capitalize Words" button to capitalize the first letter of each word.
  4. Remove Extra Spaces: Type or paste your text and click the "Remove Extra Spaces" button to eliminate any unnecessary spaces between words.
  5. Listen Now: Type or paste your text and click the "Listen Now" button to hear the text read aloud.
  6. Clear Text: Click the "Clear Text" button to remove all text from the input area.
  7. Copy to Clipboard: Click the "Copy" button to copy the transformed text to your clipboard.
  8. Your Text Summary: As you type or paste text into the input area, the application provides a summary that includes:
    • Number of Words: Displays the total number of words in the text.
    • Number of Characters: Displays the total number of characters in the text.
    • Reading Time: Estimates the time it would take to read the text aloud (in minutes).
  9. Preview: Provides a real-time preview of the transformed text based on the selected manipulation functions.