{"id":15138225,"url":"https://github.com/welisonw/nlw14-expert-react-notes","last_synced_at":"2026-01-20T21:03:44.627Z","repository":{"id":221211720,"uuid":"753733585","full_name":"welisonw/nlw14-expert-react-notes","owner":"welisonw","description":"App Notes, desenvolvido na NLW Expert, trilha de React, da Rocketseat","archived":false,"fork":false,"pushed_at":"2024-02-12T13:59:29.000Z","size":1391,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T06:44:46.180Z","etag":null,"topics":["date-fns","lucide-react","nlw","nlw-expert","radix-ui","react","reactjs","rocket","sonner","tailwindcss","typescript","vite"],"latest_commit_sha":null,"homepage":"https://nlw14-expert-react-notes.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/welisonw.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-06T17:35:36.000Z","updated_at":"2024-02-12T13:53:16.000Z","dependencies_parsed_at":"2024-02-12T14:58:31.671Z","dependency_job_id":null,"html_url":"https://github.com/welisonw/nlw14-expert-react-notes","commit_stats":null,"previous_names":["welisonw/nlw14-expert-react-notes"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/welisonw/nlw14-expert-react-notes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/welisonw%2Fnlw14-expert-react-notes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/welisonw%2Fnlw14-expert-react-notes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/welisonw%2Fnlw14-expert-react-notes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/welisonw%2Fnlw14-expert-react-notes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/welisonw","download_url":"https://codeload.github.com/welisonw/nlw14-expert-react-notes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/welisonw%2Fnlw14-expert-react-notes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28613672,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T18:56:40.769Z","status":"ssl_error","status_checked_at":"2026-01-20T18:54:26.653Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["date-fns","lucide-react","nlw","nlw-expert","radix-ui","react","reactjs","rocket","sonner","tailwindcss","typescript","vite"],"created_at":"2024-09-26T07:21:14.867Z","updated_at":"2026-01-20T21:03:44.609Z","avatar_url":"https://github.com/welisonw.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align='center'\u003e\n  \u003cimg alt=\"Icon logo\" src=\"./src/assets/logo.png\" width=\"220px\" /\u003e\n\u003c/p\u003e\n\n![image](./src/assets/thumbnail.png)\n\n## 🗒️ Sobre o projeto\nAplicativo de notas desenvolvido durante a NLW Expert da Rocketseat. A aplicação tem como principal finalidade a criação de notas via texto digitado ou por gravação de áudio, que é traduzido para texto pela lib nativa do browser SpeechRecognition API ([consultar compatibilidade do browser](https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition#browser_compatibility)). \n\n## 🔗 Acesse o deploy da aplicação\n[![Deploy with Vercel](https://vercel.com/button)](https://nlw14-expert-react-notes.vercel.app/)\n\n## ⚙️ Funcionalidades\n- Criar uma nova nota por texto digitado ou por gravação de áudio\n- Apagar uma nota existente\n- Listagem de notas por data de criação\n- Filtragem de notas\n\n## 🛠️ Tecnologias e ferrementas utilizadas\n\n- [TypeScript](https://www.typescriptlang.org/)\n- [React](https://reactnative.dev/)\n- [Vite](https://vitejs.dev/)\n- [TailwindCSS](https://tailwindcss.com/)\n- [Radix UI](https://www.radix-ui.com/)\n- [Shadcn/ui](https://ui.shadcn.com/)\n- [Lucide React](https://lucide.dev/guide/packages/lucide-react)\n- [date-fns](https://date-fns.org/)\n- [Sonner](https://sonner.emilkowal.ski/)\n\n\n## 💻 Instalando e rodando o projeto localmente\nPara executar a aplicação em sua máquina localmente, certifique-se de ter o Node.js e um gerenciador de pacotes instalados antes de prosseguir com as etapas abaixo:\n\n\n```bash\n# Passo 1: Clone este repositório\n$ git clone https://github.com/welisonw/nlw14-expert-react-notes.git\n\n\n# Passo 2: Acessa a pasta do projeto\n$ cd nlw14-expert-react-notes\n\n\n\n# Passo 3: Instale as dependências\n## pnpm \n$ pnpm install\n\nou\n\n## npm\n$ npm install\n\nou\n\n## yarn\n$ yarn install\n\n\n# Passo 4: Inicie o projeto\n## pnpm\npnpm run dev\n\nou\n## npm\nnpm run dev\n\nou\n\n## yarn\nyarn run dev\n\n# A aplicação estará disponível em http://localhost:5173.\n```\n\n## 📝 Licença\nEsse projeto está sob a licença **MIT**. Veja o arquivo [LICENSE](LICENSE) para mais detalhes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwelisonw%2Fnlw14-expert-react-notes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwelisonw%2Fnlw14-expert-react-notes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwelisonw%2Fnlw14-expert-react-notes/lists"}