Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 648 Bytes

File metadata and controls

34 lines (23 loc) · 648 Bytes

TextToSpeechAssistant

A simple React.js project that converts text into speech.

Features

  • Convert input text to speech using Web Speech API
  • Simple and intuitive UI
  • Adjustable speech rate and pitch

Installation

Clone the repository and install dependencies:

git clone https://github.com/sparsh44/TextToSpeechAssistant.git
cd react-speech-app
npm install

Usage

Start the development server:

npm run dev

Then open your browser and navigate to http://localhost:5173 (or the port specified in your terminal) to use the app.

Technologies Used

  • React.js
  • Web Speech API
  • Vite (for fast development)