A simple Text To Speech web application built using HTML, CSS, and JavaScript.
This project converts the text entered by the user into spoken words using the browser's Web Speech API (SpeechSynthesis API).
- π Converts text to speech
- π¨ Stylish background using SVG-based background image
- π¬ Adjustable speech parameters (Rate, Pitch, Volume)
- π± Fully responsive and mobile-friendly design
- HTML5
- CSS3
- JavaScript
- Web Speech API (
SpeechSynthesisUtterance)
- The user types text into the textarea.
- When the "Text To Speech" button is clicked,
- The browser reads the text aloud using the
SpeechSynthesisUtteranceobject from the Web Speech API.
- DOM manipulation using JavaScript
- Using the Web Speech API
- Working with
SpeechSynthesisUtterance - Applying SVG as a background image in CSS
- Building a responsive user interface
Sadhana Shree
Mini Project β Frontend Development