Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.28 KB

File metadata and controls

34 lines (22 loc) · 1.28 KB

TextFlex

TextFlex is a React-based web application that provides a range of text manipulation and analysis tools. This app allows users to modify, analyze, and manage their text content efficiently.

Features

  • Convert to Uppercase: Change all text to uppercase.
  • Convert to Lowercase: Change all text to lowercase.
  • Word & Character Count: Automatically count the number of words and characters in the entered text.
  • Reading Time Calculation: Estimate the time required to read the text.
  • Text-to-Speech: Reads the text out loud.
  • Remove Extra Spaces: Clears extra spaces between words in the text.
  • Copy Text: Copies the current text to the clipboard.
  • Clear Text: Deletes all text from the input box.

UsageScreenshot (37)

  • Enter text in the input box.
  • Use the available buttons to perform actions on the text:
    • Convert case, count words and characters, calculate reading time, read aloud, remove spaces, copy, and clear.
  • View real-time text analysis and preview.

Technologies Used

  • React: For building the user interface.
  • JavaScript: For functionality.
  • CSS: For styling.

Future Improvements

  • More text analyzing functionality can be added