Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 2.1 KB

README.md

File metadata and controls

51 lines (34 loc) · 2.1 KB

TextUtilis

Welcome to TextUtilis, a web application built with React.js and JavaScript for text utility functions. With TextUtilis, you can easily manipulate text with various functions such as converting to uppercase, lowercase, capitalizing, and counting characters. The application is designed with a user-friendly interface using Bootstrap for styling, ensuring a seamless and intuitive experience.

Visit here

https://surajagrawal01.github.io/TextUtilis/

Preview

text1

Features

  • Convert to Uppercase: Transform text to uppercase letters with a single click.
  • Convert to Lowercase: Convert text to lowercase letters effortlessly.
  • Capitalize Text: Capitalize the first letter of each word in the text.
  • Count Characters: Quickly find out the number of characters in the text.
  • Copy to Clipboard: Conveniently copy the manipulated text to the clipboard for easy sharing or usage.
  • Responsive Design: Ensures optimal viewing and interaction experience across various devices with Bootstrap's responsive layout.

Technologies Used

  • React.js: A JavaScript library for building user interfaces.
  • JavaScript: Programming language used for implementing logic and functionality.
  • Bootstrap: A CSS framework for responsive and mobile-first web development.

Installation

  1. Clone the repository:

    git clone https://github.com/surajagrawal01/TextUtilis.git
    
  2. Install Dependencies

       cd TextUtilis
       npm install
    
  3. Start the development server

        npm start
    

Usage

Once the development server is running, you can access TextUtilis in your web browser. Simply enter the text you want to manipulate and choose the desired function from the available options. The manipulated text will be displayed, and you can copy it to the clipboard for further use.

Contributing

Contributions are welcome! If you have any suggestions, improvements, or feature requests, feel free to submit a pull request or open an issue.