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: 4 months 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-02T01:30:04.000Z (about 1 year ago)
- Last Synced: 2025-01-12T15:11:56.479Z (5 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

# 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.