At the third day of learning Vue, I made a quiz app without following any tutorial. To see my capabilities in that three days, I decided to do build a project myself hereby everything including the design made based on my knowledge. For the design part, I've applied mobile-first technique.
I have used Vuex to share data between components and Open Trivia API to get quiz questions.
Check out the demo here
- Install dependencies
$ npm install
- Run it
$ npm run serve
This project is licensed under the MIT License - see the LICENSE
file for details.