utsav@homelab:~$
cd ~/projects/attachment-style
ATTACHMENT STYLE
> U9 · PSU3, SECURE, ANXIOUS OR AVOIDANT
utsav@homelab:~/projects/attachment-style$ cat README.md
A browser based quiz built around attachment theory, the psychological framework describing how
early relationships shape the way people bond as adults. Users answer a set of questions and get
profiled into secure, anxious or avoidant attachment, with a results page and a theory page
explaining what the outcome actually means.
utsav@homelab:~/projects/attachment-style$ ./features --list
▸ Quiz scored into secure, anxious or avoidant attachment
▸ Dedicated theory page explaining the framework itself
▸ Result page with per style breakdowns
▸ Privacy page, since the subject matter is personal
utsav@homelab:~/projects/attachment-style$ git remote -v
utsav@homelab:~/projects/attachment-style$ git log --reverse --milestones
2025-04-11Project start. Privacy, quiz, result and theory pages built and uploaded the same day
2025-04-16Full rebuild pass. Old single page quiz file removed, every remaining page rewritten and restyled, dead utility scripts deleted
2025-04-17Further asset and content uploads refining the rebuilt version
2025-04-21Final quiz logic fixes and the finished build uploaded, launched alongside the wider quiz series
utsav@homelab:~/projects/attachment-style$