The project aimed to record audio from sentences list by using Web Audio Technology.
# Clone project template using git
$ git clone https://github.com/yeuai/voice-recorder.git
$ npm install
# Start project in development
$ npm start
# Start project in production
$ npm run start:prod
Project using Kites.js Framework and base on template kitesjs/typescript-starter
The project is under MIT License.