##System Dependencies
- Nodejs 14.15.0 LTS (Recomended for Linux user)
- Vue CLI v4.5
yarn install
yarn serve
yarn build
yarn test:unit
yarn lint
- A user can view questions.
- Questions with their multiple choice options must be displayed one at a time.
- Questions should not repeat in a round.
- A user can select only 1 answer out of the 4 possible answers.
- The correct answer must be revealed after a user has submitted their answer
- A user can see the score they received at the end of the round
- Data persist on page reload or refresh, user's can continue quiz from last visited question
- I Added PWA functionality and offline use for mobile devices.
- I added an Index page that enables user to add their username before playing TandemTrivia