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.
git clone git@github.com:andregoncalves/react-speech-test-app.git
cd react-speech-test-app
git remote rm origin
npm install
npm run start
npm run lint
npm run build