Publishing NPM Package

We completed the component and it is published as an npm package on official npm website. The name of the package is punjabi-voice-search. Here is the link to the package https://www.npmjs.com/package/punjabi-voice-search/. Surprisingly, it already has more than 500 downloads in just few days. The complete documentation to the package can be read by clicking on the link above. We had to make a lot of patches and updates to make this package usable. It is already on version 2.0.3. Currently it is working fine in React with JS/TS and Electron.

Implementing Voice Search In STTM

STTM app has two versions, web app and desktop app. We decided to split the work. Simarjot Singh is working on the desktop app while I am working on the web app. As of now, I have forked the sttm-web repo. I have gotten the .env file from Gauravjeet Veerji. A huge thank you to veerji. Also the installation steps for sttm-web are very well documented. There is a file named CONTRIBUTION.md in the root directory and it has all the information that the contributor needs to know. I am genuinely very amazed by the documentation. Currently I am working on the implementation of npm package in the app. Hopefully it gets completed today itself.