Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1023 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 1023 Bytes

TextUtils

TextUtils is a simple web application built with Bootstrap, providing various text manipulation functionalities. This is my first project using Bootstrap, and it includes a dark mode for a sleek appearance.

Features

  • Word Counter: Count the number of words in your text.
  • Character Counter: Find out how many characters are in your text.
  • Remove Extra Spaces: Clean up your text by removing unnecessary spaces.
  • Capitalize Text: Convert your text to uppercase.
  • Lowercase Text: Convert your text to lowercase.
  • Uppercase Text: Convert the first letter of each word to uppercase.
  • Copy Text: Easily copy your manipulated text to the clipboard.
  • Clear Text Box: Start fresh by clearing the text box.
  • Preview: See a live preview of your manipulated text.

Dark Mode

TextUtils features a dark mode for a more comfortable and stylish experience.

Getting Started

  1. Clone the repository:

    git clone https://github.com/ummeTooba/textutils.git