Desafio Técnico em Elixir LiveView, criar um todo app com este layout https://www.frontendmentor.io/challenges/todo-app-Su1_KokOW

Meu primeiro contato com a linguagem Elixir.
Recomendo estudar pelo https://elixirschool.com/ para dar os primeiros passos com Elixir, depois dar uma olhada no Phoenix LiveView https://hexdocs.pm/phoenix_live_view/Phoenix.Component.html

Links úteis:

Tutorial de apoio:
https://github.com/dwyl/phoenix-liveview-todo-list-tutorial

Screenshot-from-2022-10-02-22-59-06

Screenshot-from-2022-10-02-22-58-52

Screenshot-from-2022-10-02-23-06-43

Screenshot-from-2022-10-02-23-06-54

TodoList

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more