This project was created for learning purposes to help me understand Microsoft Azure and Cosmos DB in preparation for the AZ-900 exam.
The project is now using this repo as a database, replacing Cosmos DB.
- Over 400 questions scrapped from this repo.
- Correct answer displayed for each question.
- Vercel OG image generation used to display the questions.
Clone the repository:
git clone https://github.com/eduardconstantin/azure-fundamentals.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.