amos-kibet / devfinder

A GitHub user search application written in Elixir and styled with Tailwind CSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Devfinder

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:

  • Elixir 1.14.2-otp-25
  • Phoenix 1.6.13
  • Phoenix LiveView 0.17.5
  • Postgres 15
  • Tailwind CSS

To start the application:

  • Clone the repo
  • Install dependencies with mix deps.get
  • Setup your database with mix ecto.setup
  • Start the application with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

About

A GitHub user search application written in Elixir and styled with Tailwind CSS


Languages

Language:Elixir 63.6%Language:CSS 14.4%Language:HTML 13.1%Language:JavaScript 5.0%Language:Dockerfile 2.8%Language:Shell 1.0%Language:Batchfile 0.1%