Skip to content

Latest commit

 

History

History
66 lines (44 loc) · 1.62 KB

Readme.md

File metadata and controls

66 lines (44 loc) · 1.62 KB

TextUtils

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.

NewsGen Screenshots

Light Mode

Light Mode

Dark Mode

Dark Mode

Technologies Used

  • React
  • CSS3
  • Bootstrap
  • Git for version control

Features

  • 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.

Getting Started

Prerequisites

  • Node.js
  • npm (Node Package Manager)

Installation

  1. Clone the repository:

    git clone https://github.com/hamidwebs/TextUtils.git
  2. Navigate to the project directory:

    cd TextUtils
  3. Install dependencies:

    npm install
  4. Run the frontend development server:

    npm start
  5. Open your browser and go to http://localhost:3000

How to Reach Me

Visit TextUtils

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!