TextUtils is a web application that provides various text manipulation utilities, designed to simplify text-related tasks such as formatting, analyzing, and transforming text content. Built with React, TextUtils offers an intuitive user interface to enhance productivity when working with text.
- React
- CSS3
- Bootstrap
- Git for version control
- Text Analysis: Provides statistics like word count, character count, etc., for input text.
- Text Transformation: Offers tools for converting text case (uppercase, lowercase) and removing extra spaces.
- Responsive Design: Ensures usability across various devices and screen sizes.
- Node.js
- npm (Node Package Manager)
-
Clone the repository:
git clone https://github.com/hamidwebs/TextUtils.git
-
Navigate to the project directory:
cd TextUtils
-
Install dependencies:
npm install
-
Run the frontend development server:
npm start
-
Open your browser and go to
http://localhost:3000
- Email: [email protected]
Explore the live version of TextUtils by visiting https://hamidwebs.github.io/TextUtils/.
Feel free to explore the repository, raise issues, and contribute to the project. Happy text manipulation!