The project implements a website with a quiz: 120 questions of The Big Five Test and summary.
The website is hosted on the Github pages at https://bigfive.top/
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
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)
- TypeScript
- NodeJs
For deploying to Github Pages run yarn deploy