Building Traversy Media Hangman game in Vue 3 using the Composition API

In this video, we will be converting a hangman project created by Brad Tranvely into a Vue 3 project using the composition API. This project comes from his course called 20 web projects with vanilla javascript and he has also posted a video about converting this project into a modern react app. We will not be changing any of the app’s functionality but instead, we will be breaking it down into components and reimplementing the logic in Vue. We will be using many new techniques introduced in Vue 3 such as c
Back to Top