IciaCarroBarallobre / elixir_wordle

Elixir Wordle Web App featuring daily words related to Elixir.
Apache License 2.0
9 stars 3 forks source link

feat/keyboard binding #1

Closed gcavanunez closed 1 year ago

gcavanunez commented 1 year ago

Description

Utilizing alpinejs to hook up the keyboard listeners, that emit up too liveview hooks, which get handled by the handle_event method

Highlights