We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
Phoenix Framework v1.8.5
A little Phoenix app showcasing features explored - 🚀 High-Level Summary
-
/
Visit homepage → `/` Info page. Tells you everything you need to know about this collation.
-
/playground
Page for inputs , name and city. On submit, inputs shown on next page.
-
/playground/goofy
A URL management system (with both HTML and JSON API routes). Submit to URL with a word(parameter) → `/playground/:urlTitle`. Adding any word to url shows page with greeting of word entered - work of backend elixir function.
-
/posts
A blog-type page (full CRUD) Visit `/posts` → Go to `/posts` → view, create, edit, delete posts that allows comments too! LiveView CRUD: dynamic post listing with navigation, edit, delete, and comment counts
-
/clock
Shows live clock LiveView demo: server‑driven real‑time updates.
-
/listings
Backend Elixir to show heex, liveview item and quantity inputs rendered in chart.js(Pie Bar Line). This was originally developed in a separate application named Quietboard.