eduardconstantin / azure-cloud-exams

Azure Cloud Exams is a web application that offers a comprehensive set of quizzes for various Azure exams.
https://nice-sky-0509a9903.2.azurestaticapps.net
MIT License
42 stars 50 forks source link
azure azure-fundamentals cosmos-db exam-questions graphql hacktoberfest microsoft-azure nextjs react tailwind

Azure Cloud Exams


This is a web application built with Next.js, TypeScript, CosmosDB, GraphQL and TailwindCSS. The application is a quiz that tests your knowledge of Azure fundamentals, specifically for the AZ-900 certification exam. The questions are stored in a Cosmos DB database and retrieved using GraphQL queries. The application is deployed on Microsoft Azure. This project was created for learning purposes to help me understand Microsoft Azure and CosmosDB in preparation for the AZ-900 exam. UPDATE: The project is now using this [repo](https://github.com/Ditectrev/Microsoft-Azure-AZ-900-Microsoft-Azure-Fundamentals-Exam-Questions-Answers) as a database, replacing Cosmos DB. UPDATE2: 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&type=all&language=&sort=)



[![Contributors](https://img.shields.io/github/contributors/eduardconstantin/azure-cloud-exams?style=flat-square)](https://github.com/eduardconstantin/azure-cloud-exams/graphs/contributors) [![Issue](https://img.shields.io/github/issues/eduardconstantin/azure-cloud-exams?style=flat-square)](https://github.com/eduardconstantin/azure-cloud-exams/issues) [![PRs](https://img.shields.io/github/issues-pr/eduardconstantin/azure-cloud-exams?style=flat-square)](https://github.com/eduardconstantin/azure-cloud-exams/pulls)
[![Project license](https://img.shields.io/github/license/eduardconstantin/azure-cloud-exams?style=flat-square)](LICENSE) [![Stars](https://img.shields.io/github/stars/eduardconstantin/azure-cloud-exams?style=flat-square)](https://github.com/eduardconstantin/azure-cloud-exams/stargazers)

🌟 Features

🌱 Getting Started

Clone the repository:

git clone https://github.com/eduardconstantin/azure-cloud-exams.git

Install dependencies:

npm install

Enable Git hooks:

npm run prepare

Run the app:

npm run dev

Open your browser and navigate to http://localhost:3000.

👥 Contributing

I welcome feedback and contributions from other developers, which can help improve the quality of the code and the application overall.

In order to create an issue or a pull request with your changes, please read our contribution guidelines, and thank you for being involved!

There is also a Discussion tab

For a full list of all authors and contributors, see the contributors page.

📜 License

This project is licensed under the MIT License - see the LICENSE file for details.