Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 933 Bytes

File metadata and controls

36 lines (28 loc) · 933 Bytes

TextUtils Web Application

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.

Features

  • Convert text to Uppercase
  • Convert text to Lowercase
  • Convert text to Camel Case
  • single click to Copy Text
  • Single click to Clear Text

Installation

To set up the project locally, follow these steps:

  1. Clone the repository
    git clone https://github.com/your-username/TextUtils-WebApp.git
  2. Navigate to the project directory
    cd TextUtils-WebApp
  3. Install dependencies
    npm install
  4. Run the application
    npm start