Skip to content

yuya-iwabuchi/abbreviation-speech-game

Repository files navigation

Abbreviation Speech Game

This is a mini game that I've created in few weeks.

The goal of the game is to speak out the abbreviation's original term correctly within the given time.
It leverages the Web Speech API's Speech Recognition to perform live text-to-speech translation.

Due to it's limitation, the game will not function properly on all platforms/devices.
At this time (2022-06), it is confirmed to work on:

  • Google Chrome on Windows
  • Google Chrome on macOS
  • Google Chrome on Android
  • Safari on iOS

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Note that to use the Web Speech API other than on localhost, you need to set HTTPS=true before npm start.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.