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.
- 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.
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
Make sure you have the following installed on your system:
- Node.js
- npm (Node Package Manager)
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/Bhumika60/Textutils.git
-
Navigate to the project directory:
cd Textutils
-
Install the dependencies:
npm install
-
Start the development server:
npm start