That's a simple react application used to understand browser voice synthetizer. What this application do is run a note registrator, where you can register your anotations turning your voice in text.
All you need to run this application is node V20
To start this application all you need to do is install node_modules:
$npm install
And them run this aplication in develeper mode:
$npm run dev
This application run in localhost in port 5174 by default (if this port is taken, then it runs in port 5174 and so on).
Finished!! 🚀