Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sancruz-dev/nlw-expert-react
Automatic convert audio notes to text with React
https://github.com/sancruz-dev/nlw-expert-react
localstorage react tailwindcss typescript
Last synced: 24 days ago
JSON representation
Automatic convert audio notes to text with React
- Host: GitHub
- URL: https://github.com/sancruz-dev/nlw-expert-react
- Owner: sancruz-dev
- Created: 2024-04-02T01:13:49.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-02T01:30:04.000Z (10 months ago)
- Last Synced: 2024-11-13T07:38:08.536Z (3 months ago)
- Topics: localstorage, react, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://nlw-expert-react.vercel.app
- Size: 327 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Cover](./.github/cover.png)
# San Notes (NLW Expert React)
This application was developed during Rocketseat's NLW Experts using React, TypeScript, Tailwind and the SpeechRecognition API.
## Running
After cloning the repository, access the project folder and execute the commands below:
```sh
npm install
npm run dev
```Visit http://localhost:5173 to view the app.