Speech2Code frontend built with ReactJS, SCSS and microsoft-cognitiveservices-speech-sdk. This is the user interface for the whole application.
Besides presenting the results and options to the end user in a friendly way this module is also responsible for: recording audio using the MediaDevices API, send the audio to be transformed in text by the Azure Speech To Text, using the Spoken module to make sense of text sentences and send the result to Electron via ipcRenderer.
Image showing the two main screens of the application
-
npm run buildto build the frontend (this folder). -
npm run testto run the tests. -
npm startto start the development server.

