How to Use

  • Enter Text: Type or paste text into the input textarea.

  • Convert Text: Click one of the buttons to convert the text:

    • Uppercase: Converts all text to uppercase (e.g., "hello world" → "HELLO WORLD").

    • Lowercase: Converts all text to lowercase (e.g., "Hello World" → "hello world").

    • Title Case: Capitalizes the first letter of each word (e.g., "hello world" → "Hello World").

    • Sentence Case: Capitalizes the first letter of each sentence (e.g., "hello world. how are you?" → "Hello world. How are you?").

  • View Result: The converted text appears in the output textarea.

  • Copy to Clipboard: Click "Copy to Clipboard" to copy the converted text.

Features

  • Responsive Design: Uses Tailwind CSS for a clean, mobile-friendly interface.

  • Real-Time Conversion: Converts text instantly when a button is clicked.

  • Multiple Case Options: Supports uppercase, lowercase, title case, and sentence case.

  • Copy Functionality: Easily copy the converted text to the clipboard.

  • Input Validation: Clears the output if the input is empty.