zrrrzzt / b5-web

Static site for big five personality tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status js-standard-style

b5-web

Webapp for big five personality test.

Let's you answer 120 questions from the Johnson 120 IPIP-NEO-PI-R items.

Runs on Node/Next.js but can be exported to a static site.

See it live: b5.allthethings.win

Deploy your own to Vercel

You will need to have vercel installed as well as Node.js.

  • Clone the repo.
  • Configure vercel.json with your own scope
  • Run the deploy script
$ npm run deploy

Deploy your own to another host

  • Clone the repo
  • Install dependencies
  • Change target in next.config.js to 'server'
  • Run the export script
$ npm run export

Deploy the dist folder to your favorite host

Related

License

MIT

About

Created with ❤ by zrrzzt and maccyber

About

Static site for big five personality tests

License:MIT License


Languages

Language:JavaScript 100.0%