A Hangman Game Built with Vue.js
This is a fun little project to learn about some of the main Vue.js features. This game uses Vue conditional rendering, reactivity and array loops.
Running Locally
After cloning this repository, you can run the game locally using a local, hot-reloading web server
cd vue-hangman-game
npm install
npm run serve
Check out this blog post to learn more about this project ---> https://www.30platforms.com/building-a-hangman-game-with-vue-js
Check out Youtube/30platforms for a full video walkthrough of building this app --> https://www.youtube.com/watch?v=y4yf5DRJI6k&t=1057s
Enjoy!