Just wanted to highlight this project because I’ve had to take many personality tests for school and work and things, and this is the most accurate one I’ve seen, and the only one where I feel I’m actually learning about myself from the results.

So if you need a personality test for any reason this one’s pretty good.

  • LalSalaamComrade@lemmy.ml
    link
    fedilink
    arrow-up
    6
    ·
    2 days ago

    I think that this can be deployed locally. But the structure of the project, as well as the documentation is horrible. I am not even sure what’s going on with the weird skeleton:

    $ tree -L 2
    .
    ├── LICENSE
    ├── old-packages
    │   ├── questions
    │   ├── results
    │   └── score
    ├── packages
    │   ├── questions
    │   ├── results
    │   └── score
    ├── README.md
    └── web
        ├── contentlayer.config.ts
        ├── docker-compose.yaml
        ├── next.config.js
        ├── package.json
        ├── pnpm-lock.yaml
        ├── postcss.config.js
        ├── posts
        ├── public
        ├── README.md
        ├── src
        ├── tailwind.config.js
        └── tsconfig.json