Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.29 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.29 KB

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.