DEV Community

Cover image for Build a Quiz App with Vue
Christian Kozalla
Christian Kozalla

Posted on

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 🔥

Top comments (0)