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
Advanced Vue.js Debugging [via vuejsdevelopers]
24.10.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!
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...