Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 864 Bytes

File metadata and controls

44 lines (30 loc) · 864 Bytes

SpeechTest App

A Typescript React app that checks if your pronunciation of a language is understandable. Supports a large variety of languages. Built as an experience to test the latest WebAudio API features available to modern browsers. Built with React 16 and Typescript and bundled with Rollup.

Demo

Available here

Getting Started

git clone git@github.com:andregoncalves/react-speech-test-app.git
cd react-speech-test-app
git remote rm origin

Install dependencies

npm install

Developing

npm run start

Linting

npm run lint

Production

npm run build