Subscribe to access all episodes. View plans →

#178: Phoenix LiveView Tutorial Part 2

Published January 29, 2024

This episode focuses on setting up the data model for a Wordle-clone game using Phoenix LiveView. It involves creating and populating two tables: one with possible 5-letter words - for validating guesses - and another with 5-letter words to be used as solutions for the game. We also cover integrating external packages for word lists and CSV parsing.

© 2024 HEXMONSTER LLC