Skip to content

RichardsonWTR/vue-quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Fancy Quiz App

Version Dependencies

Vue.js version Vue Router version Bootstrap version Bootstrap-vue version

This is a Vue.js PWA.
The user answer questions of a previous chosen category.
Powered by the Open Trivia Database.

Screenshots

main screen categories screen

question screen results screen

(As you can see, the styles need improvement. Needing inspiration)

History

The born of this application is the Vue.js YouTube tutorial from freeCodeCamp named Learn Vue.js - Full Course for Beginners - 2019. The code used in the video is here. I had no previous knowledge in Vue and it was very useful for me and I recommend it together with the Official Vue.js Docs.

The tutorial is a simple solution of a question-answer app. After the end of the tutorial I added some new features and transformed it in a PWA.

Feel free to suggest me improvements to this app.

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.