Hangman

Hangman - but with the added perk of being able to share game to friends via a URL, and bookmark and undo moves.

Technologies used

Frontend

  • React

App repo

Backend

  • Node & Express

Get Started

  1. If you haven't already, create directory on local machine to store app and server repo.
  2. Fork and clone the repo, along with the hangman-app repo, within aformentioned directory.
  3. Run npm i inside the server directory to install all the necessary packages.
  4. In a new terminal window, run the App from the hangman-app repo (follow the directions in the repo's README).
  5. Run npm start in the server directory to start web server.