Say a color name, if valid it color it the background of the page. You can play in English or Spanish.
It uses the experimental SpeechRecognition API available in Chrome but disabled by default, to enable this feature go to chrome://flags/ and choose Enabled
in the Experimental Web Platform features
item.
yarn install
yarn start
- Javascript
- SpeechRecognition API (experimental)
- Webpack
Enchanced version of the Web Speech Colours game from the course Beginner Javascript by Wesbos