Visit TextUtils Web Application
TextUtils is a versatile web application designed to assist with various text manipulation operations. Whether you need to convert text to uppercase, lowercase, camel case, or simply copy text, TextUtils offers a simple and efficient solution.
- Convert text to Uppercase
- Convert text to Lowercase
- Convert text to Camel Case
- single click to Copy Text
- Single click to Clear Text
To set up the project locally, follow these steps:
- Clone the repository
git clone https://github.com/your-username/TextUtils-WebApp.git
- Navigate to the project directory
cd TextUtils-WebApp
- Install dependencies
npm install
- Run the application
npm start