Thanks to visit codestin.com
Credit goes to github.com

Skip to content

herrerale/gui-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 80.5%
  • CSS 10.7%
  • JavaScript 4.4%
  • HTML 2.8%
  • SCSS 1.6%