TextUtils is a web application built with React that allows users to easily format and manipulate text. Whether you need to convert text to uppercase, lowercase, capitalize the first letter of each word, or remove extra spaces, TextUtils has got you covered!
- Text Formatting: You can format your text in various ways, such as converting it to uppercase, lowercase, or title case.
- Character Count: TextUtils provides a live character count feature that updates as you type.
- Word Count: Get an accurate word count for your text with a single click.
To use the TextUtils app locally, follow these steps:
- Clone the repository:
git clone https://github.com/GreeenCat/TextUtils
- Navigate to the project directory:
cd textutils
- Install the dependencies:
npm install
- Start the development server:
npm start
- Open your browser and visit
http://localhost:3000
to access the TextUtils app.
- React
- JavaScript
- HTML
- CSS
If you have any feedback or suggestions for improvement, please open an issue on the TextUtils GitHub repository. Your feedback is greatly appreciated!