A single-page personality quiz based on the DISC model, styled after the Surrounded by Idiots book. Users answer a series of questions and receive a result identifying their dominant personality type: D (Red), I (Yellow), S (Green), or C (Blue).
No build step required. Just open index.html in a browser:
open index.html
Or serve it locally with any static file server:
npx serve .
# or
python3 -m http.server
disc-quiz/
└── index.html # All HTML, CSS, and JS in one file
Since this is a single self-contained file, teammates can clone the repo and open index.html directly — no install or setup needed.