https://github.com/andregoncalves/react-speech-test-app
A Typescript React app that checks if your pronunciation of a language is understandable.
https://github.com/andregoncalves/react-speech-test-app
canvas-animation react rollup speech-recognition typescript webaudio
Last synced: about 2 months ago
JSON representation
A Typescript React app that checks if your pronunciation of a language is understandable.
- Host: GitHub
- URL: https://github.com/andregoncalves/react-speech-test-app
- Owner: andregoncalves
- License: mit
- Created: 2018-03-16T15:37:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-23T12:16:33.000Z (about 7 years ago)
- Last Synced: 2025-02-04T15:44:15.230Z (4 months ago)
- Topics: canvas-animation, react, rollup, speech-recognition, typescript, webaudio
- Language: TypeScript
- Size: 206 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
![]()
## Getting Started
```bash
git clone [email protected]:andregoncalves/react-speech-test-app.git
cd react-speech-test-app
git remote rm origin
```# Install dependencies
```bash
npm install
```# Developing
```bash
npm run start
```# Linting
```bash
npm run lint
```# Production
```bash
npm run build
```