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
Build a Vue.js E-Commerce App with ButterCMS Headless Backend [via Snipcart]
08.06.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!
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...