/vue-quizapp

💡 Quiz app made using Vue, Vuex & Open Trivia DB.

Primary LanguageVueMIT LicenseMIT

Quiz App

Introduction

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.

preview

Live Demo

Check out the demo here

Installation

  • Install dependencies
$ npm install
  • Run it
$ npm run serve

License

This project is licensed under the MIT License - see the LICENSE file for details.