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
- Question sets scrapped from this repo.
- Correct answer displayed for each question.
- Practice mode & Exam mode.
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.
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.
This project is licensed under the MIT License - see the LICENSE file for details.