Hangman Example game I was following: here. Try this game out by visiting this link. Installation clone the repo locally - run git clone + link to this repo change directory to cloned repo - run cd hangman run npm ci Running the app locally run npm run dev Running tests run npm run test