https://github.com/rcrdk/expert-notes
A simple notes app with speech recognition for practice of basics on a React app.
https://github.com/rcrdk/expert-notes
radix-ui react speech-recognition-api tailwindcss typescript
Last synced: about 2 months ago
JSON representation
A simple notes app with speech recognition for practice of basics on a React app.
- Host: GitHub
- URL: https://github.com/rcrdk/expert-notes
- Owner: rcrdk
- Created: 2024-02-06T12:55:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-08T16:43:22.000Z (over 1 year ago)
- Last Synced: 2025-02-03T10:12:00.595Z (4 months ago)
- Topics: radix-ui, react, speech-recognition-api, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://nlw-expert-notes-pi.vercel.app
- Size: 332 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📒 Experts Notes
I developed this project as a challenge of my latest studies on React lessons at [Rocketseat](https://www.rocketseat.com.br) on NLW.
![]()
## 🚀 Techs and Tools
- [React](https://reactjs.org)
- [TypeScript](https://www.typescriptlang.org/)
- [Radix UI](https://www.radix-ui.com) + [TailwindCSS](https://tailwindcss.com)## 💻 Project
This project was developed for practicing the basics of React. Here a used tailwind for styling. Also, used browser Speech Recognition API to input converted text.
**It includes:** List of notes with filter by query string; Create with text or voice input; View and remove notes.
## 🔗 Links
- [Deploy](https://nlw-expert-notes-pi.vercel.app/)