Skip to content

syed-913/exam-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS CloudOps SOA-C03 Exam Simulator

A pure HTML/CSS/JS single-page application that simulates the AWS Certified SysOps Administrator - Associate (SOA-C03) exam.

Features

  • 4 Study Modes: Practice Mode (untimed, instant feedback), Domain Mode (focus on specific domains), Timed Mode (full 65-q mock exam with timer), and Final Exam.
  • Progression System: Unlock the Final Exam only after passing all levels in Practice, Domain, and Timed modes with a score of 75% or higher.
  • Minimalist Design: Focus-oriented interface inspired by actual testing centers, with built-in Dark/Light mode toggles.
  • No Backend: Runs entirely in the browser using localStorage for progress saving. Uploads natively to GitHub Pages.

Usage / Running Locally

Because this project fetches question_pool.json using the Fetch API, it must be served over HTTP/HTTPS (opening the index.html file directly via file:// may trigger CORS errors in some browsers).

To run locally, start a simple HTTP server in this directory:

Python 3

python3 -m http.server 8000

Then visit http://localhost:8000

Node.js (npx)

npx serve .

Credits

All credit goes to Directrev for providing the question pool used in this application for free.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors