Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 636 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 636 Bytes

Goko Exam App

Simple Exam application created with VueJs.
Using Bootstrap-vue.
Using Open Trivia Database API

What have i learned so far ?

VueJS component structure.
Passing data from root/parent component to child components.
How to connect api and fetch data to my app.
What is the difference between computed and methods.
What does the watch property do?

Thanks to

freeCodeCamp and Gwen for instance project.

Dev Platform

OS : Linux
IDE : VS Code

What is next?

I'm going to implement different categories of questions.
Fix some bugs.
Change design.