Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.22 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.22 KB

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