Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.2 KB

File metadata and controls

37 lines (21 loc) · 1.2 KB

TextUtils

TextUtils is a simple web application that provides various text manipulation utilities. Users can perform operations like converting text case, removing extra spaces, and generating random text.

Features

  • Text Case Conversion: Convert text to uppercase, lowercase, capitalize.
  • Short by words: Short entered text ascending order.
  • Copy to clipboard: Copy entered/converted text by just one click.

Technologies Used

  • React.js: Frontend library for building user interfaces.
  • Bootstrap: Frontend framework for styling.
  • JavaScript: Programming language for building interactive features.

Live Demo

Visit the live demo of TextUtils here.

Installation

TextUtils is a web application, and there is no need for installation. Simply visit the live demo to use the application.

Usage

  1. Enter or paste the text in the input area.
  2. Choose the desired operation from the available options.
  3. View the manipulated text in the output area.

Contributing

If you would like to contribute to this project, please open an issue or create a pull request with your proposed changes.