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.
https://surajagrawal01.github.io/TextUtilis/
- 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.
- 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.
-
Clone the repository:
git clone https://github.com/surajagrawal01/TextUtilis.git
-
Install Dependencies
cd TextUtilis npm install
-
Start the development server
npm start
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.
Contributions are welcome! If you have any suggestions, improvements, or feature requests, feel free to submit a pull request or open an issue.