Quiz App, created with Trivia API.
- One question visible on the screen at once
- Ability to go back to any question and change given answer - if quiz is not finished
- Showing progress of the quiz
- After submitting you can see the result, time spent on the entire quiz and the result of individual tasks.
- Application is responsive and work on desktop, tablet and mobile devices
- Nice loooking UI.
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
See Vite Configuration Reference.
npm install
npm run dev
npm run build
Run Unit Tests with Vitest
npm run test:unit
Lint with ESLint
npm run lint