Skip to content

lis-dev/big5

Repository files navigation

Big Five personality traits

The project implements a website with a quiz: 120 questions of The Big Five Test and summary.

Live demo

The website is hosted on the Github pages at https://bigfive.top/

Sources

Database

The application gets data info from https://github.com/lis-dev/big5-data repository. This behavior can be changed via REACT_APP_QUIZ_SERVER_URL environment variable

Localization

All supported languages can be found on https://github.com/lis-dev/big5-data/tree/master/data/result . The default language is en (can be changed via REACT_APP_DEFAULT_LANG environment variable)

Stack

  • TypeScript
  • NodeJs

Main dependencies

Deployment

For deploying to Github Pages run yarn deploy