Building a Hangman Game with Vue.js [via 30Platforms]

Working on a project that you are motivated to build is one of the most effective ways to learn how to code.
Blair Googer
Full Stack Web Developer

We can't repeat this enough! We love tutorials - like this one by Blair - that help people understand new technologies by building something FUN!

In his tutorial, he shows you how to build a Hangman Game. You will learn about conditional rendering, reactivity and array loops in Vue.js!

There's also a full video walkthrough, by the way, if you prefer this to reading it step-by-step!

Read Tutorial

Armin Ulrich
Written by
Armin Ulrich
Posted on
July 15, 2018
Similar Articles
Build a Vue.js E-Commerce App with ButterCMS Headless Backend [via Snipcart]
June 8, 2018  •  in #Tutorial, #Bookmarks
Jean-Seb Tremblay wrote a tutorial on how to build a custom e-commerce app on top of headless ButterCMS as a backend, Vue.js for the frontend and Snipcart as a shopping cart platform!
Advanced Vue.js Debugging [via vuejsdevelopers]
October 24, 2018  •  in #Bookmarks
Debugging and reading a documentation are the most important skills of a developer. Learn about the thought process behind debugging with this Detective Story about Debugging by Kevin Ball!