This is a GitHub user search application. You search for a user and if found, their profile is returned.
Built with: Elixir, Phoenix LiveView & Tailwind CSS
Technologies used:
To start the application:
mix deps.get
mix ecto.setup
mix phx.server
or inside IEx with iex -S mix phx.server
Now you can visit localhost:4000
from your browser.