A sleek, responsive web interface built for UI/UX testing and custom exam simulation practice.
- 100% locally hosted.
- Retain score history across browser refreshes.
- Generates dynamic, CompTIA-style, adaptive SVG performance graphs
- No external telemetry or data collection.
This application is a single-file static tool, making deployment and usage straightforward:
- Direct Access (No Installation): You can access and run the simulator directly in your browser without downloading any files by visiting the project’s GitHub page.
- Local Execution: Alternatively, you can clone or download this repository to your local machine and open the
index.htmlfile directly in any modern desktop web browser (Chrome, Firefox, Edge, Safari). - Development Setup: For the best development experience when modifying the interface, serve the file using a local web server, such as the "Live Server" extension in VS Code.
This project was "proudly", though entirely created using:
- Claude-fable-5
- Gemini-3.1-pro-preview
- Gemini-3.1-Pro
This project is built strictly for personal educational purposes and front-end development practice. It contains no proprietary questions, materials, or copyrighted intellectual property from any commercial certification body.
This project runs entirely on client-side code and does not collect or transmit data. You can verify the integrity of the release file via VirusTotal using the official SHA-256 fingerprint:
- SHA-256 Hash:
e832a3e1afb7f872f537f61bdeae0b58bcc0a3ce05673371cd2d1aa5991fcd3a - Direct Report: View Live Scan Analysis Technical Stack
This project is built entirely with standard web technologies, requiring no build steps or external dependencies:
- HTML5: Semantic structure and accessible form elements.
- CSS3: Custom variables, Flexbox/Grid layouts, and responsive design optimized for desktop browsers.
- Vanilla JavaScript (ES6+): State management, grading logic, dynamic SVG graph generation, and localStorage persistence.
- Architecture: Single-file static application (index.html).
© 2026 jibbles All Rights Reserved. Prepared for personal testing purposes only. Licensed under the MIT License.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files, to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.