An open API service indexing awesome lists of open source software.

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.

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

Available here


## 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
```