A simple React.js project that converts text into speech.
- Convert input text to speech using Web Speech API
- Simple and intuitive UI
- Adjustable speech rate and pitch
Clone the repository and install dependencies:
git clone https://github.com/sparsh44/TextToSpeechAssistant.git
cd react-speech-app
npm installStart the development server:
npm run devThen open your browser and navigate to http://localhost:5173 (or the port specified in your terminal) to use the app.
- React.js
- Web Speech API
- Vite (for fast development)