- A simple Todo app built with Elixir and Phoenix LiveView.
- The main goal of this project is to learn and explore how GenServer works.
- Language: Elixir
- Framework: Phoenix LiveView
- Styling: TailwindCSS & Pure CSS
- Font: Josefin Sans
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&display=swap" rel="stylesheet">
- Run
mix deps.get
to install dependencies (only for the first time) - Run
mix phx.server
or inside IEx withiex -S mix phx.server
- Go to
localhost:4000
from your browser.
- Elixir Document: https://hexdocs.pm/elixir/Kernel.html#content
- GenServer: https://hexdocs.pm/elixir/GenServer.html
- Phoenix LiveView: https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.html
- TailwindCSS: https://tailwindcss.com/
- Josefin Sans Font: https://fonts.google.com/specimen/Josefin+Sans