A purely client-side MBTI-style anime character quiz built with Vue 3 and TypeScript. You answer 39 Likert-scale questions, the engine scores you across four dimensions, maps you to one of 8 archetypes, then picks a matching character from a 40-plus database complete with radar stats and visual theming. Everything runs in the browser with no backend. The codebase is clean and extensible: questions, archetypes, and characters all live in JSON files you can edit directly, and the scoring pipeline in quizEngine.ts is a pure function you can swap out. Good reference if you're building personality quizzes or want to see a straightforward Vue 3 state machine handling multi-step flows. Deploys to any static host since it uses relative paths.
npx skills add https://github.com/aradotso/trending-skills --skill acgti-anime-persona-quiz