Skip to content
/ libu Public

A series of experiments built with Elixir, Phoenix, LiveView, and Tailwind CSS.

Notifications You must be signed in to change notification settings

zblanco/libu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libu

A basic project management tool juiced up with Phoenix LiveView.

Styled with Tailwind CSS Utilities.

screenshot

TODO:

  • Basic Clock Working
  • Basic Styling of Index and App
  • Styled, Live CRUD with FSM Changeset validation
  • KanBan LiveView of FSM

Take it for a spin:

  • Clone the repo: git clone https://github.com/zblanco/libu.git
  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server or iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

About

A series of experiments built with Elixir, Phoenix, LiveView, and Tailwind CSS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published