An project with React and Voice API in Google Chrome to build a calculator that using both
The Voice Calculator is an app to use voice or text to capture expressions and calculate results from them. It has the following functionalities:
- Normal: the simple calculator
- Voice: use the Web Speech API to capture a voice and transform to text and calculate the result.
- node >= 12.0.0
- npm >= 6.0.0
yarn or npm install
Serve the application in http://localhost:3000
yarn start or npm run start
Build application
yarn build or npm run build
Emanuel Gonçalves
- Twitter @emanuelgsouza
- Github @emanuelgsouza