Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.28 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.28 KB

React Text Utils

React Text Utils is a web application built with React that offers a set of text manipulation tools. The application provides various text utilities such as text case conversion, string reverse, remove extra spaces, and more. The website is designed with a clean and user-friendly interface to provide a seamless experience for users.

Installation

To install the application, follow these steps:
Clone the repository: git clone https://github.com/amanindian/Text-Utils.git
Install dependencies: npm install
Run the application: npm start

Features

React Text Utils offers a variety of features for text manipulation, including:
Text case conversion (uppercase, lowercase, title case, sentence case)
String reverse
Remove extra spaces
Word count
Character count

Usage

To use React Text Utils, simply enter the text you wish to manipulate into the input field, select the desired tool, and click the tools button. The result will be displayed in the output field below.

Contributing

Contributions are always welcome! If you notice any issues or have any suggestions for improving React Text Utils, feel free to submit a pull request.

License

This project is licensed under the MIT License. See the https://github.com/amanindian/Text-Utils file for more details.