utsav@homelab:~$
cd ~/projects/love-language
LOVE LANGUAGE
> U8 · PSU2, THE FIRST OF THE SERIES, AND THE LONGEST BUILD
utsav@homelab:~/projects/love-language$ cat README.md
A quiz based on Dr. Gary Chapman's 5 Love Languages framework: words of affirmation, quality
time, receiving gifts, acts of service, and physical touch. Users answer a set of scenario
questions and get a scored breakdown of their primary love language, with results they can
share. This was the earliest of the psychology quiz series, first built in October 2024, then
substantially reworked before its public relaunch in April 2025.
utsav@homelab:~/projects/love-language$ ./features --list
▸ Scored quiz across the 5 Love Languages framework
▸ Separate result flows drafted for different audiences, later consolidated
▸ Progress bar and matrix rain styling on the quiz flow
▸ Shareable results, built to send to a partner
▸ Mobile friendly, most visitors arrive on phones
utsav@homelab:~/projects/love-language$ git remote -v
utsav@homelab:~/projects/love-language$ git log --reverse --milestones
2024-10-11Project start. First index, quiz, about and contact pages, first pass at styling and quiz logic
2024-10-18Full site structure built out in one long session: dedicated quiz page, results, love language reference page, styling and script all wired together
2024-10-19Quiz logic, progress bar and a matrix rain background effect added over several passes
2024-10-26Explored separate results experiences for different audiences before settling on one consolidated flow, plus a full navbar and results button styling pass
2024-10-31Analytics added, unused early files (an old modal and navbar system) cleaned out
2025-04-17Cleanup pass. Removed several pages that had drifted out of scope, including old result and theory pages, ahead of a proper relaunch
2025-04-21Final files uploaded and the quiz relaunched as part of the wider psychology quiz series
utsav@homelab:~/projects/love-language$