alperalin / webspeechcoloursgame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Speech Color Game

A coding exercise from Wes Bos's beginner javascript course.

The app works with Chrome's speech recognition API. The user says a color name from the list on the page. If the color is valid, the app will play an animation and change the background with that color.

Note: The app only works on Chrome. And you need to run a local server.

Run a local server with parcel

This project uses parcel js as a bundler and for run a local server.

npm start

About


Languages

Language:JavaScript 83.8%Language:CSS 10.0%Language:HTML 6.2%