An open API service indexing awesome lists of open source software.

https://github.com/tylerapfledderer/word-game-vue

A version of a Word Guessing Game in VueJS 2. Original version built with Vanilla JS.
https://github.com/tylerapfledderer/word-game-vue

Last synced: 3 months ago
JSON representation

A version of a Word Guessing Game in VueJS 2. Original version built with Vanilla JS.

Awesome Lists containing this project

README

          

# Treehouse Word Guessing Game in VueJS

This is a project from the Treehouse Front-End and FullStackJS Techdegrees, converted to a VueJS App.

## Features

- Use of the Vuex store to handle state
- Creation of Event Bus to emit events globally
- Use of a Watch option to react to state changes