Skip to content

eduardconstantin/azure-cloud-exams

Repository files navigation

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 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



Contributors Issue PRs
Project license Stars

🌟 Features

  • Question sets scrapped from this repo.
  • Correct answer displayed for each question.
  • Practice mode & Exam mode.

🌱 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.