{"id":21037141,"url":"https://github.com/eduardconstantin/azure-cloud-exams","last_synced_at":"2025-09-11T10:43:18.888Z","repository":{"id":134188301,"uuid":"605226127","full_name":"eduardconstantin/azure-cloud-exams","owner":"eduardconstantin","description":"Azure Cloud Exams is a web application that offers a comprehensive set of quizzes for various Azure exams.","archived":false,"fork":false,"pushed_at":"2025-03-24T18:12:22.000Z","size":7171,"stargazers_count":45,"open_issues_count":1,"forks_count":54,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-29T22:09:10.059Z","etag":null,"topics":["azure","azure-fundamentals","cosmos-db","exam-questions","graphql","hacktoberfest","microsoft-azure","nextjs","react","tailwind"],"latest_commit_sha":null,"homepage":"https://nice-sky-0509a9903.2.azurestaticapps.net","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/eduardconstantin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2023-02-22T18:02:27.000Z","updated_at":"2025-03-24T18:12:28.000Z","dependencies_parsed_at":"2024-02-23T19:24:45.525Z","dependency_job_id":"43ed00bd-804c-4ca3-91b9-bb4a0e766ca3","html_url":"https://github.com/eduardconstantin/azure-cloud-exams","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eduardconstantin%2Fazure-cloud-exams","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eduardconstantin%2Fazure-cloud-exams/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eduardconstantin%2Fazure-cloud-exams/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eduardconstantin%2Fazure-cloud-exams/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eduardconstantin","download_url":"https://codeload.github.com/eduardconstantin/azure-cloud-exams/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247411231,"owners_count":20934653,"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":["azure","azure-fundamentals","cosmos-db","exam-questions","graphql","hacktoberfest","microsoft-azure","nextjs","react","tailwind"],"created_at":"2024-11-19T13:24:15.869Z","updated_at":"2025-04-05T23:07:09.169Z","avatar_url":"https://github.com/eduardconstantin.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eAzure Cloud Exams\u003c/h1\u003e\n\u003cbr /\u003e\n\n\u003cdiv align=\"center\"\u003e\nThis is a web application built with Next.js, TypeScript, CosmosDB, GraphQL and TailwindCSS. The application is a quiz\nthat tests your knowledge of Azure fundamentals, specifically for the AZ-900 certification exam. The questions are\nstored in a Cosmos DB database and retrieved using GraphQL queries. The application is deployed on Microsoft Azure.\n\nThis project was created for learning purposes to help me understand Microsoft Azure and CosmosDB in preparation for\nthe AZ-900 exam.\n\nUPDATE: The project is now using this\n[repo](https://github.com/Ditectrev/Microsoft-Azure-AZ-900-Microsoft-Azure-Fundamentals-Exam-Questions-Answers) as a\ndatabase, replacing Cosmos DB.\n\nUPDATE2: The project has a new name to better fit it's purpose, now it has all azure exams from this [collection](https://github.com/Ditectrev?q=azure\u0026type=all\u0026language=\u0026sort=)\n\n\u003c/div\u003e\n\n\u003cbr /\u003e\n\u003cimg src=\"ace.gif\"/\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003cbr /\u003e\n\n[![Contributors](https://img.shields.io/github/contributors/eduardconstantin/azure-cloud-exams?style=flat-square)](https://github.com/eduardconstantin/azure-cloud-exams/graphs/contributors)\n[![Issue](https://img.shields.io/github/issues/eduardconstantin/azure-cloud-exams?style=flat-square)](https://github.com/eduardconstantin/azure-cloud-exams/issues)\n[![PRs](https://img.shields.io/github/issues-pr/eduardconstantin/azure-cloud-exams?style=flat-square)](https://github.com/eduardconstantin/azure-cloud-exams/pulls)\n\u003cbr\u003e\n[![Project license](https://img.shields.io/github/license/eduardconstantin/azure-cloud-exams?style=flat-square)](LICENSE)\n[![Stars](https://img.shields.io/github/stars/eduardconstantin/azure-cloud-exams?style=flat-square)](https://github.com/eduardconstantin/azure-cloud-exams/stargazers)\n\n\u003c/div\u003e\n\n## 🌟 Features\n\n- Question sets scrapped from this\n  [repo](https://github.com/Ditectrev?q=azure\u0026type=all\u0026language=\u0026sort=).\n- Correct answer displayed for each question.\n- Practice mode \u0026 Exam mode.\n\n## 🌱 Getting Started\n\nClone the repository:\n\n```bash\ngit clone https://github.com/eduardconstantin/azure-cloud-exams.git\n```\n\nInstall dependencies:\n\n```bash\nnpm install\n```\n\nEnable Git hooks:\n\n```bash\nnpm run prepare\n```\n\nRun the app:\n\n```bash\nnpm run dev\n```\n\nOpen your browser and navigate to [http://localhost:3000](http://localhost:3000).\n\n## 👥 Contributing\n\nI welcome feedback and contributions from other developers, which can help improve the quality of the code and the\napplication overall.\n\nIn order to create an issue or a pull request with your changes, please read\n[our contribution guidelines](CONTRIBUTING.md), and thank you for being involved!\n\nThere is also a [Discussion tab](https://github.com/eduardconstantin/azure-cloud-exams/discussions)\n\nFor a full list of all authors and contributors, see\n[the contributors page](https://github.com/eduardconstantin/azure-cloud-exams/contributors).\n\n## 📜 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feduardconstantin%2Fazure-cloud-exams","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feduardconstantin%2Fazure-cloud-exams","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feduardconstantin%2Fazure-cloud-exams/lists"}