A high-performance web-based quiz application designed for the CompTIA PenTest+ (PT0-003) exam preparation.
Check it out now: Live demo
- 5 Domains: Covers all PT0-003 domains.
- Learning Mode: Immediate feedback with rationale.
- Exam Mode: Feedback at the end.
- Customizable: Select domains and number of questions.
- Performance Dashboard: Detailed breakdown of results.
- Code Analysis: Includes Python & Bash snippets.
- React (Vite)
- Tailwind CSS
- TypeScript
- Lucide React
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Build for production:
npm run build