- Four Multiple-choice questions with for options each.
- At the end of the quiz users can watch their results with total score, correct and wrong answers.
- Users only can hit Next Question button if they selected a choice previously.
-
React + TypeScript.
-
Unit and Integration Testing (Test Driven Development).
-
Jest + React Testing Library.
-
Responsive design with CSS modules.
-
Deployed with gh-pages.
-
Git clone the project:
git@github.com:gsvidal/quiz-app-ts-tdd.git
-
Run
npm install
oryarn add
to download and install the dependencies. -
Run
npm run start
to initialize the dev server