An app to make text notes using text or audio. Built using Speech Recognition API to transcript audio to text.
- ReactJS
- TailwindCSS
- Radix UI
- Speech Recognition API
To run the application on your local machine, make sure you have Node.js
and npm
installed before proceeding with the steps below:
- Clone the project:
$ git clone https://github.com/luc-ribeiro/notes-react
- Navigate to the
server
folder of the project:
$ cd notes-react
- Install the dependencies:
$ npm install
- Start the app:
$ npm run dev
This project is licensed under the MIT license.