A text editor website with voice commands and other features.
This project is a text editor website built using React. It incorporates voice commands for various operations, making it a convenient tool for users with different needs. The project was developed as part of the IWOC 2.0 contribution.
- Text conversion to uppercase and lowercase using voice commands
- Clearing, copying, and reading text through voice commands
- Removing extra spaces from the text
- Dark mode for enhanced user experience
demo1.mp4
demo2.mp4
-
Clone the repository:
git clone https://github.com/ReactCreations/text-editor-website.git
-
Install dependencies:
cd text-editor-website npm install
-
Run the application:
npm start
The application will be available at http://localhost:3000.
-Open the website and start using the text editor features. -Use voice commands for different operations. -Explore the various buttons and functionalities available in the user interface.
-"Clear" or "Clear Text": Clears the text area. -"Uppercase" or "Convert to Uppercase": Converts the text to uppercase. -"Lowercase" or "Convert to Lowercase": Converts the text to lowercase. -"Copy Text" or "Copy": Copies the text to the clipboard. -"Read Text" or "Read": Reads the text aloud. -"Remove Extra Spaces" or "Extra Spaces": Removes extra spaces from the text.