{"id":18697415,"url":"https://github.com/cassiofb-dev/one-piece-quiz","last_synced_at":"2025-07-16T23:34:32.159Z","repository":{"id":104454853,"uuid":"332944397","full_name":"cassiofb-dev/one-piece-quiz","owner":"cassiofb-dev","description":"Imersão React Next.js da Alura","archived":false,"fork":false,"pushed_at":"2021-01-28T22:27:07.000Z","size":5195,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-14T15:44:52.170Z","etag":null,"topics":["alura","aluraquiz","imersao-react"],"latest_commit_sha":null,"homepage":"one-piece-quiz.cassiofb-dev.vercel.app","language":"JavaScript","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/cassiofb-dev.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":"2021-01-26T02:14:02.000Z","updated_at":"2021-01-28T22:27:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"13c8ec69-8aa0-483e-821d-5e126b7cee5f","html_url":"https://github.com/cassiofb-dev/one-piece-quiz","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cassiofb-dev/one-piece-quiz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cassiofb-dev%2Fone-piece-quiz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cassiofb-dev%2Fone-piece-quiz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cassiofb-dev%2Fone-piece-quiz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cassiofb-dev%2Fone-piece-quiz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cassiofb-dev","download_url":"https://codeload.github.com/cassiofb-dev/one-piece-quiz/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cassiofb-dev%2Fone-piece-quiz/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265550383,"owners_count":23786557,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["alura","aluraquiz","imersao-react"],"created_at":"2024-11-07T11:24:15.001Z","updated_at":"2025-07-16T23:34:32.144Z","avatar_url":"https://github.com/cassiofb-dev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Imersão Alura\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://site.alura.com.br/\"\u003e\n    \u003cimg src=\"https://i.imgur.com/cwZddVU.png\" alt=\"Alura Logo\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## Sobre\nUm evento onde programadores de todo Brasil se reúnem para melhorar ainda mais suas habilidades e conhecimentos em programação, nesse evento o foco será o [Next.js](https://nextjs.org/).\n\n## Requisitos\n1. [Conhecimento básico de HTML, CSS e JS](https://www.alura.com.br/formacao-html-e-css)\n2. [Configuração do ambiente](https://www.youtube.com/playlist?list=PLWWWueTSmaQ6tkqUusoYVvdjANp7Qekkx)\n\n## Criando projeto\n```sh\nnpx create-next-app --example with-styled-components\n```\n\n## Estrutura de aquivos\n\n```\n📦src\n ┣ 📂components\n ┃ ┣ 📂AlternativesForm\n ┃ ┃ ┗ 📜index.jsx\n ┃ ┣ 📂Button\n ┃ ┃ ┗ 📜index.jsx\n ┃ ┣ 📂Footer\n ┃ ┃ ┗ 📜index.jsx\n ┃ ┣ 📂GitHubCorner\n ┃ ┃ ┗ 📜index.jsx\n ┃ ┣ 📂Input\n ┃ ┃ ┗ 📜index.jsx\n ┃ ┣ 📂LoadingWidget\n ┃ ┃ ┗ 📜index.jsx\n ┃ ┣ 📂QuestionWidget\n ┃ ┃ ┗ 📜index.jsx\n ┃ ┣ 📂QuizBackground\n ┃ ┃ ┗ 📜index.jsx\n ┃ ┣ 📂QuizContainer\n ┃ ┃ ┗ 📜index.jsx\n ┃ ┣ 📂QuizLogo\n ┃ ┃ ┗ 📜index.jsx\n ┃ ┣ 📂ResultWidget\n ┃ ┃ ┗ 📜index.jsx\n ┃ ┣ 📂SEO\n ┃ ┃ ┗ 📜index.jsx\n ┃ ┗ 📂Widget\n ┃ ┃ ┗ 📜index.jsx\n ┣ 📂pages\n ┃ ┣ 📂api\n ┃ ┃ ┗ 📜db.js\n ┃ ┣ 📜index.jsx\n ┃ ┣ 📜quiz.jsx\n ┃ ┣ 📜_app.jsx\n ┃ ┗ 📜_document.jsx\n ┗ 📜db.json\n```\n\n## Créditos\n- [GIFs](https://tenor.com/)\n- [Música de Fundo](https://www.youtube.com/watch?v=3wd3j9-piek)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcassiofb-dev%2Fone-piece-quiz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcassiofb-dev%2Fone-piece-quiz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcassiofb-dev%2Fone-piece-quiz/lists"}