https://github.com/saagor16/text-to-speech-generator
A simple and user-friendly web application that converts text to speech using the Web Speech API. Users can select from different voice options and listen to the spoken text.
https://github.com/saagor16/text-to-speech-generator
javascript reactjs tailwindcss
Last synced: about 2 months ago
JSON representation
A simple and user-friendly web application that converts text to speech using the Web Speech API. Users can select from different voice options and listen to the spoken text.
- Host: GitHub
- URL: https://github.com/saagor16/text-to-speech-generator
- Owner: saagor16
- Created: 2024-10-28T03:42:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-28T04:14:27.000Z (over 1 year ago)
- Last Synced: 2025-03-30T12:29:45.505Z (about 1 year ago)
- Topics: javascript, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://text-to-speech-generator-five.vercel.app
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Text Speech Converter
A simple and user-friendly web application that converts text to speech using the Web Speech API. Users can select from different voice options and listen to the spoken text.
## Features
- **Text Input**: Type or paste text into a text area.
- **Voice Selection**: Choose from a list of available voices.
- **Text-to-Speech**: Click a button to hear the spoken text.
- **Responsive Design**: Works on both desktop and mobile devices.
## Technologies Used
- React
- Tailwind CSS
- Web Speech API
## Live Demo
You can view the live version of the project [here](https://text-to-speech-generator-five.vercel.app/).