Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 673 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 673 Bytes

react-speech-recording-example

Here's an application that can convert speech to text, save transcripts, and support multiple languages. Click here to see the app or check the preview right here 👇

demo preview

What will I see in this build?

👉 React & Typescript

👉 TailwindCSS

👉 react-speech-recognition

How to start the project on your local machine?

  1. Download or clone this repository

  2. Install its dependencies: npm install

  3. Build the project: npm run build

  4. Start the project: npm run dev

  5. The website is now working, hope you enjoy it 😃