Skip to content

Latest commit

 

History

History
 
 

Text-editor-website

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Text Editor Website

A text editor website with voice commands and other features.

Introduction:

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.

Features:

  • 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

Demo:

demo1.mp4
demo2.mp4

Getting Started:

  1. Clone the repository:

    git clone https://github.com/ReactCreations/text-editor-website.git
    
  2. Install dependencies:

    cd text-editor-website
    npm install
  3. Run the application:

     npm start

The application will be available at http://localhost:3000.

Usage:

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

Voice Commands:

The following voice commands are supported:

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

Contributor:

https://github.com/Bayyana-kiran