Build a Quiz App with Vue

christiankozalla

Christian Kozalla

Posted on January 2, 2021

Build a Quiz App with Vue

I made a Quiz App with Vue now available as a Tutorial in two parts. πŸš€

Alt Text

Part I covers:

  • Setting up a project in Vue
  • Fetching data from API
  • Computed properties
  • Methods

Part II covers:

  • Handling custom events in Vue
  • Watchers
  • Component re-rendering

Starter Code available on GitHub

  • master branch is the starter
  • tutorial branch includes each individual step from start to finish

Try a Live Demo

Have fun playing! 🌈

If you like to read more on web development you can browse my blog chrisko.io ❀️ or follow me on Twitter πŸ”₯

πŸ’– πŸ’ͺ πŸ™… 🚩
christiankozalla
Christian Kozalla

Posted on January 2, 2021

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related