{"id":25870937,"url":"https://github.com/leoziondev/nlw-esports-react","last_synced_at":"2026-04-10T13:32:37.932Z","repository":{"id":155108889,"uuid":"537694640","full_name":"leoziondev/nlw-esports-react","owner":"leoziondev","description":"NLW eSports ReactJS - By Rocketseat","archived":false,"fork":false,"pushed_at":"2022-09-21T21:47:57.000Z","size":1456,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-31T15:38:03.733Z","etag":null,"topics":["radix-ui","reactjs","tailwindcss","typescript","vitejs"],"latest_commit_sha":null,"homepage":"","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/leoziondev.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,"publiccode":null,"codemeta":null}},"created_at":"2022-09-17T04:11:54.000Z","updated_at":"2023-12-07T02:13:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"3b2858bb-ce96-4cd4-addb-e520885b76e8","html_url":"https://github.com/leoziondev/nlw-esports-react","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/leoziondev/nlw-esports-react","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoziondev%2Fnlw-esports-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoziondev%2Fnlw-esports-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoziondev%2Fnlw-esports-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoziondev%2Fnlw-esports-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leoziondev","download_url":"https://codeload.github.com/leoziondev/nlw-esports-react/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoziondev%2Fnlw-esports-react/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31645284,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"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","reactjs","tailwindcss","typescript","vitejs"],"created_at":"2025-03-02T06:33:54.002Z","updated_at":"2026-04-10T13:32:37.894Z","avatar_url":"https://github.com/leoziondev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NLW eSports Mission Ignite - ReactJS\n__By Rocketseat__\n\nProjeto eSports desenvolvido durante a 9ª edição do NLW by **Rocketseat** utilizando uma das Stacks mais utilizadas no mercado atualmente (NODE, REACT, REACT NATIVE).\n\nDurante uma semana intensa, tivemos acesso a uma metodologia eficiente com foco no aprendizado, acesso a comunidade com milhares de devs e uma experiência completa como Dev FullStack.\n\nO projeto proposto codinome **Find your Duo**, é uma plataforma que ajuda gamers a encontrarem um parceiro ou parceira para jogar online seu game favorito, conectado a Twitch.\n\n## Tecnologias\n\n- [NodeJS](https://github.com/leoziondev/nlw-esports-server)\n  - Express\n  - Typescript\n  - Prisma\n    - Prisma Client\n    - Prisma Studio\n  - SQLite\n- ReactJS\n  - ViteJS\n  - Typescript\n  - Tailwindcss\n  - Radix UI\n- [React Native](https://github.com/leoziondev/nlw-esports-react-native)\n  - Expo\n  - React Native\n  - React Navigation\n  - Typescript\n\n## Instalações neste projeto\nCriar projeto ReactJS com ViteJS\n```\nnpm create vite@latest\n```\nTailwindcss\n```\nnpm install -D tailwindcss postcss autoprefixer\n```\nInicializar Tailwindcss\n```\nnpx tailwindcss init -p\n```\nPhosphor React Icons\n```\nnpm install phosphor-react\n```\nRadix UI Modal\n```\nnpm install @radix-ui/react-dialog\n```\nRadix UI Checkbox\n```\nnpm install @radix-ui/react-checkbox\n```\nRadix UI Select\n```\nnpm install @radix-ui/react-select\n```\nRadix UI Toggle Group\n```\nnpm install @radix-ui/react-toggle-group\n```\nAxios\n```\nnpm install axios\n```\nReact Toastify\n```\nnpm install react-toastify\n```\nSwiper Slider\n```\nnpm install swiper\n```\n\n### Documentações\n- [ViteJS](https://vitejs.dev/guide/)\n- [ReactJS](https://pt-br.reactjs.org/docs/getting-started.html)\n- [Typescript](https://www.typescriptlang.org/pt/docs/)\n- [Tailwindcss](https://tailwindcss.com/docs/installation)\n- [Radix UI](https://www.radix-ui.com/docs/primitives/overview/introduction)\n- [Phosphor Icons](https://phosphoricons.com/)\n- [Axios](https://axios-http.com/ptbr/docs/intro)\n- [React Toastify](https://fkhadra.github.io/react-toastify/introduction)\n- [Swiper Slider](https://swiperjs.com/react)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleoziondev%2Fnlw-esports-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleoziondev%2Fnlw-esports-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleoziondev%2Fnlw-esports-react/lists"}