utsav@homelab:~$
cd ~/projects/true-colour
TRUE COLOUR
> U7 · PSU, ONE OF FOUR IN THE PSYCHOLOGY QUIZ SERIES
utsav@homelab:~/projects/true-colour$ cat README.md
A scenario based personality quiz built around four colour coded behavioural styles, Red, Yellow,
Green and Blue, inspired by Thomas Erikson's Surrounded by Idiots. Twelve real life scenario
questions instead of abstract trait statements, each answer secretly mapping to a colour. The
result page reveals the dominant one with a personalised strengths, challenges, growth path and
blessing writeup, plus a Soul Kundali, a diamond shaped chart styled after a North Indian
astrology kundali that maps twelve personality trait lines onto twelve houses. This kundali idea
is a long running personal one of mine, not mapping stars but mapping instincts.
utsav@homelab:~/projects/true-colour$ ./features --list
▸ 12 real life scenario questions, no abstract trait statements
▸ Confetti burst and personalised story on the result reveal
▸ SVG Soul Kundali chart, 12 houses tiling one diamond square
▸ Each house sized to its real geometry so text never spills over
▸ Share the result as a downloaded image via html2canvas
▸ Dedicated deep dive page per colour, plus a compare all page
utsav@homelab:~/projects/true-colour$ git remote -v
utsav@homelab:~/projects/true-colour$ git log --reverse --milestones
2025-04-27Built and launched. Quiz logic, result page, hero image, colour banners, and the first pass at a kundali result visual using a CSS trick that never actually rendered right
2025-04-28Contact, homepage and about pages rewritten to match a more personal, emotional voice. Share result as image added, nav and footer polished
2026-08-06Soul Kundali rebuilt from scratch as a proper SVG chart, geometry aware so text fits every house correctly. AOS load failure fallback added across all 12 pages. Every dash removed from the site's copy
PLANNEDLink the result to a secondary Love Language result on the same page, an idea noted since the original build
utsav@homelab:~/projects/true-colour$