{"id":18395795,"url":"https://github.com/brunohnsouza/nlw-expert","last_synced_at":"2026-05-04T00:33:19.532Z","repository":{"id":221867051,"uuid":"755302166","full_name":"brunohnsouza/nlw-expert","owner":"brunohnsouza","description":"Converta automaticamente notas de áudio em texto com React","archived":false,"fork":false,"pushed_at":"2024-02-10T16:59:17.000Z","size":1392,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-28T01:49:59.649Z","etag":null,"topics":["radix-ui","react","speech-recognition-api","tailwindcss","typescript","vite"],"latest_commit_sha":null,"homepage":"https://nlwexpertnotes.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brunohnsouza.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-02-09T21:01:01.000Z","updated_at":"2024-02-09T21:21:41.000Z","dependencies_parsed_at":"2024-02-10T17:44:17.541Z","dependency_job_id":"964abdea-2ec0-4b59-b972-f739f787431e","html_url":"https://github.com/brunohnsouza/nlw-expert","commit_stats":null,"previous_names":["brunohnsouza/nlw-expert"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/brunohnsouza/nlw-expert","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunohnsouza%2Fnlw-expert","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunohnsouza%2Fnlw-expert/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunohnsouza%2Fnlw-expert/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunohnsouza%2Fnlw-expert/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brunohnsouza","download_url":"https://codeload.github.com/brunohnsouza/nlw-expert/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunohnsouza%2Fnlw-expert/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32590295,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"ssl_error","status_checked_at":"2026-05-03T22:09:10.534Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["radix-ui","react","speech-recognition-api","tailwindcss","typescript","vite"],"created_at":"2024-11-06T02:11:57.736Z","updated_at":"2026-05-04T00:33:19.515Z","avatar_url":"https://github.com/brunohnsouza.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Notes\n\nAplicação desenvolvida durante o NLW Expert da [Rocketseat](https://www.rocketseat.com.br/?utm_source=google\u0026utm_medium=cpc\u0026utm_campaign=lead\u0026utm_term=perpetuo\u0026utm_content=institucional-lead-home-texto-lead-brandkws-none-none-institucional-none-none-br-google\u0026utm_term=rocketseat\u0026utm_campaign=PROGRAMAS-ALL-BRANDKWS-SEM\u0026utm_source=adwords\u0026utm_medium=cpc\u0026hsa_acc=8545075154\u0026hsa_cam=16048648686\u0026hsa_grp=135825188594\u0026hsa_ad=579096962131\u0026hsa_src=g\u0026hsa_tgt=kwd-679159515078\u0026hsa_kw=rocketseat\u0026hsa_mt=b\u0026hsa_net=adwords\u0026hsa_ver=3\u0026gad_source=1\u0026gclid=CjwKCAiAt5euBhB9EiwAdkXWO7GuMQ4TPepqT_VmVur4REAUT9vAf617OSaINkGUpeUauFm6guKbkxoCwTAQAvD_BwE) que converterá automaticamente notas de áudio em texto com React\n\n![Notes](.github/preview.png)\n\n## Índice\n\n- [Ferramentas](#ferramentas)\n- [Instalação](#instalação)\n- [Projeto](#projeto)\n- [Layout](#layout)\n- [Licença](#licença)\n\n## Ferramentas\n\n- [Vite](https://vitejs.dev/) v5.0.8\n- TypeScript v5.2.2\n- [Tailwind CSS](https://tailwindcss.com/) v3.4.1\n- [React](https://react.dev/) v18.2.0\n- [Radix UI](https://www.radix-ui.com/) v1.0.5\n- SpeechRecognition API\n\n## Instalação\n\nSiga as etapas abaixo para configurar e instalar o Notes em seu ambiente local:\n\n1. Clone o repositório e acesse o diretório:\n\n```bash\ngit clone git@github.com:brunohnsouza/nlw-expert.git\ncd nlw-expert\n```\n\n2. Instale as dependências do projeto:\n\n```bash\nnpm install\n```\n\n3. Inicie o servidor em modo de desenvolvimento:\n\n```bash\nnpm run dev\n```\n\nAcesse http://localhost:5173 para visualizar a aplicação.\n\n## Projeto\n\nVeja o projeto online [clicando aqui]()\n\n## Layout\n\n[Figma](https://www.figma.com/community/file/1336456128647909148) do projeto\n\n## Licença\n\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrunohnsouza%2Fnlw-expert","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrunohnsouza%2Fnlw-expert","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrunohnsouza%2Fnlw-expert/lists"}