Hangman Live
Hangman Game built with LiveView.
Based on the course Elixir for Programmers by Dave Thomas.
Usage
To use Hangman Live locally, clone and compile it:
git clone https://github.com/RaymondLoranger/hangman_livecd hangman_livemix deps.getmix phx.server
Now you can visit localhost:4000/hangman
from your browser.