AykutSarac / vue-quizapp

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

Home Page:https://aykutsarac.github.io/vue-quizapp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://aykutsarac.github.io/vue-quizapp/

License:MIT License


Languages

Language:Vue 80.0%Language:JavaScript 12.2%Language:HTML 7.9%