A SvelteKit study app for practicing Microsoft Azure Fundamentals (AZ-900) questions. It keeps quiz progress, attempts, starred questions, and theme preference in browser storage, so no backend or database is required.
This website was made with AI assistance.
Put screenshots in docs/screenshots and update the file names below if needed.
20.19+ or 22.12+npm install
npm run dev
Open the local URL printed by Vite.
src/routes - SvelteKit pagessrc/lib/components - reusable UI and quiz componentssrc/lib/data/modules - module and question JSON filessrc/lib/stores - browser-persisted progress and preferencesnpm run check