Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/bradtraversy/vanillawebprojects/speech-text-reader/

README.md /cody/bradtraversy/vanillawebprojects/speech-text-reader/README.md
5 Views
0 Comments
## Speech Text Reader

A text to speech app for non-verbal people. Pre-made buttons and custom text speech. This project uses
img /cody/bradtraversy/vanillawebprojects/speech-text-reader/img/
13 Items
  • angry.jpg
  • drink.jpg
  • food.jpg
  • grandma.jpg
  • happy.jpg
  • home.jpg
  • hurt.jpg
  • outside.jpg
  • index.html /cody/bradtraversy/vanillawebprojects/speech-text-reader/index.html
    5 Views
    0 Comments
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, in
    script.js /cody/bradtraversy/vanillawebprojects/speech-text-reader/script.js
    3 Views
    0 Comments
    const main = document.querySelector('main');
    const voicesSelect = document.getElementById('voices');
    const textarea = document.g
    style.css /cody/bradtraversy/vanillawebprojects/speech-text-reader/style.css
    5 Views
    0 Comments
    @import url('https://fonts.googleapis.com/css?family=Lato');

    * {
    box-sizing: border-box;
    }

    body {
    background: #ffefea;