Project case study
MBTI-inspired bilingual personality quiz
A three-question quiz in English and Simplified Chinese. An early frontend project built with straightforward JavaScript and published on GitHub Pages.
An early frontend assignment
I designed and coded this website as a second-year project while I was still learning HTML, CSS, and JavaScript. It is an MBTI-inspired personality quiz, not a validated psychological assessment.
Three questions, a result, and two languages
The quiz takes answers to three multiple-choice questions. Straightforward JavaScript conditional logic processes the answer combinations and displays an MBTI-inspired personality type with a description, without reloading the page.
The interface supports English and Simplified Chinese. A language toggle switches between pre-written translations; a Chinese online friend helped with the Chinese text.


Getting a working website published
Publishing the site was an important early milestone for me. The project represents a small, complete piece of frontend work: designing the interface, connecting inputs to results, handling two sets of interface text, and putting the website online.