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

Similar Articles
Managing User Permissions in a VueJS App [via Anthony Gore]
10.04.2018  •  in #Bookmarks
Creating different user roles for a frontend app can get a little messy as the project progresses. Suddenly the definitions of user permissions are scattered and duplicated throughout UI Components, API services or database queries. (Been there, do...
Build a Progressive Web App In VueJs, from Zero to Hero! [via Hackernoon]
15.01.2019  •  in #Tutorial, #Bookmarks
In case you didn't notice: Everyone is doing Progressive Web Apps now! Read this article series by Fabian Hinsenkamp to create your own PWA with Vue.js!