A simple web app that allows users to transform text between different formats: lower case, UPPER CASE, and Title Case.
Text Tools is a basic web application built using HTML, CSS, and JavaScript. It provides a user-friendly interface where users can input text into a textarea and then transform it to lower case, UPPER CASE, or Title Case by clicking on the corresponding buttons.
- Enter the text you want to transform into the textarea.
- Click on one of the transformation buttons:
- Lower Case: Transforms the text to all lower case.
- UPPER CASE: Transforms the text to all upper case.
- Title Case: Transforms the text to Title Case, where the first letter of each word is capitalized.
- The transformed text will be displayed in the textarea.
To run the Text Tools web app locally, follow these steps:
-
Clone this repository:
git clone https://github.com/your-username/text-tools.git