An open API service indexing awesome lists of open source software.

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.

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.



Experts Notes Project Preview

## 🚀 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/)