A basic project management tool juiced up with Phoenix LiveView.
Styled with Tailwind CSS Utilities.
TODO:
Take it for a spin:
git clone https://github.com/zblanco/libu.git
mix deps.get
mix ecto.setup
cd assets && npm install
mix phx.server
or iex -S mix phx.server
Now you can visit localhost:4000
from your browser.