{"id":25428597,"url":"https://github.com/rodrigorvsn/geralquiz","last_synced_at":"2026-04-09T17:37:36.765Z","repository":{"id":130340468,"uuid":"377687090","full_name":"RodrigoRVSN/geralQuiz","owner":"RodrigoRVSN","description":"Wa Project","archived":false,"fork":false,"pushed_at":"2021-06-22T01:14:46.000Z","size":6865,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-20T13:49:49.613Z","etag":null,"topics":["context-api","material-ui","nextjs","react","typescript"],"latest_commit_sha":null,"homepage":"https://geral-quiz.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/RodrigoRVSN.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,"zenodo":null}},"created_at":"2021-06-17T02:54:13.000Z","updated_at":"2021-06-22T01:15:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"8b59a048-580e-49a4-a9cd-34352a6ec866","html_url":"https://github.com/RodrigoRVSN/geralQuiz","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RodrigoRVSN/geralQuiz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RodrigoRVSN%2FgeralQuiz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RodrigoRVSN%2FgeralQuiz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RodrigoRVSN%2FgeralQuiz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RodrigoRVSN%2FgeralQuiz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RodrigoRVSN","download_url":"https://codeload.github.com/RodrigoRVSN/geralQuiz/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RodrigoRVSN%2FgeralQuiz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278762921,"owners_count":26041444,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["context-api","material-ui","nextjs","react","typescript"],"created_at":"2025-02-17T01:39:16.626Z","updated_at":"2025-10-07T10:56:11.259Z","avatar_url":"https://github.com/RodrigoRVSN.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n### Site que utiliza a Trivia API para realizar um quiz, disponível em: https://geral-quiz.vercel.app/\n\n#####  Para a realização deste projeto feito com React, foi utilizadoa o Material UI como biblioteca para estilizar a aplicação. O intuito da aplicação é fazer uma requisição da Api de um quiz com diversas questões (https://opentdb.com/api.php?amount=QUANTIDADE) em que o usuário escolhe quantas quer responder, além de poder visualizar quais errou e acertou e suas respectivas respostas e, também, consultar estes dados através da tela inicial. \n\n_________________________________________________________________________________________________________________________________________________________\n\n# 🛠 Technologies (Tecnologias)\n\n- React Framework (TS) + NextJS\n- Material UI\n- Context API\n- Testes com Jest\n- Formik + yup\n\n_________________________________________________________________________________________________________________________________________________________\n\n# O que aprendi 😎\n\n- Utilizar o Material UI de maneira responsiva.\n- Renderização ternária entre componentes.\n- Uso de Context API de diversos States\n- Uso de Contexto com tipagem do Typescript\n- Uso de lógicas e princípios do javascript com uso de forEach e Map\n- Realizar testes unitários simples de componentes com jest\n\n___________________________________________________________________________________________________________________________________________________________________\n\n# Gif\n\n________________________________________________________________________________________________________________________________________________\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"public/quiz.gif\"/\u003e\u003c/p\u003e\n\n________________________________________________________________________________________________________________________________________\n\n# Dependências\n\nThis is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).\n\n## Getting Started\n\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.\n\n[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.js`.\n\nThe `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodrigorvsn%2Fgeralquiz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frodrigorvsn%2Fgeralquiz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodrigorvsn%2Fgeralquiz/lists"}