React-based CompTIA Security+ practice quiz app.

- 90 scenario-based questions across all 5 domains
- Exam mode (submit at end) or Tutor mode (instant feedback)
- Configurable question count (30/60/90) and timer
- Domain filter — drill specific domains
- Question navigator with flag support
- Scaled scoring (100–900, passing threshold 750)
- Per-domain score breakdown on results screen
- Made by crawling Web for Test Questions.
- If this helped you, please let me know I am studying for the test right now lmao figured I'd give back a bit.
Make sure you have Node.js installed. If you don't, grab it at https://nodejs.org (LTS version).
Clone the repo:
git clone https://github.com/RaccoonFacts/sy0701.git
cd sy0701Install dependencies:
npm installStart the dev server:
npm run dev
- D1 — General Security Concepts (12%)
- D2 — Threats, Vulnerabilities & Mitigations (22%)
- D3 — Security Architecture (18%)
- D4 — Security Operations (28%)
- D5 — Security Program Management & Oversight (20%)