This repository is the code corresponding to the Elixir for Programmers, Second Edition lab by Dave Thomas.
There are many components in this repository, all of than focus to build a Hangman Game.
This backend component reads a random word for the Hangman Game.
This backend component has the logic engine for the Hangman Game.
This frontend project builds Hangman UI using Command Lines.
This frontend project builds Hangman UI using HTML pages.
This project is to get to know the Phoenix LiveView.
This frontend project builds Hangman UI using LiveView.