germsvel / gui-examples

7 GUIs in LiveView

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 the assets directory
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

About

7 GUIs in LiveView


Languages

Language:Elixir 80.5%Language:CSS 10.7%Language:JavaScript 4.4%Language:HTML 2.8%Language:SCSS 1.6%