7 GUIs in LiveView
A repo with examples of the 7 GUI tasks in LiveView.
What are the 7 GUI tasks?
- Counter
- Temperature converter
- Flight booker
- Timer
- CRUD
- Circle Drawer
- Cells
For more information see the 7 GUIs Website.
Want to run these examples?
Make sure you have Erlang, Elixir, and Phoenix installed.
To start your Phoenix server:
- Install dependencies with
mix deps.get
- Install Node.js dependencies with
npm install
inside theassets
directory - Start Phoenix endpoint with
mix phx.server
Now you can visit localhost:4000
from your browser.