Skip to content

Bhumika60/TextUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Textutils

Textutils is a text editor application built with React and styled using Bootstrap. It offers a variety of text manipulation and utility features to enhance your text editing experience.

Key Features

  • Convert Text: Easily convert your text to lowercase or uppercase.
  • Capitalize First Letter: Capitalize the first letter of each word in your text.
  • AI Voice Reading: Listen to the text you have written using AI voice technology.
  • Extract Emails: Extract email addresses from the text.
  • Text Preview: Preview your text as you write.
  • Live Statistics: View live word count, character count, and estimated reading time.
  • Whitespace Removal: Remove extra whitespace from your text.
  • Find and Replace: Find specific words or phrases and replace them.
  • Copy to Clipboard: Copy the text to your clipboard with a single click.
  • Dark and Light Mode: Toggle between dark and light mode for a comfortable editing experience.
  • Browse Text File: Browse and load text files from your computer.

Getting Started

Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Make sure you have the following installed on your system:

  • Node.js
  • npm (Node Package Manager)

Installation

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Bhumika60/Textutils.git
    
  2. Navigate to the project directory:

    cd Textutils
    
  3. Install the dependencies:

    npm install
    
  4. Start the development server:

    npm start