Create an quiz app using Trivia API.
- Use 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 there should be a summary with the chart (for example correct to incorrect answers ratio, few last quizzes results, time spent on each question or any other statistic)
- Application should be responsive and work on desktop, tablet and mobile devices
- Nice loooking UI
If you want, you may also include additional features that come to your mind - that will be beneficial.
You can use any package or library you want
- Vue3
- TypeScript
- Store manegement solution: Vuex / Pinia
- Router
It would be good to show you know how to write them. You don't have to aim for 100% code coverage.