/elm-github-finder

Github search app written in Elm

Primary LanguageElm

Elm Github Finder

https://elm-github-finder.netlify.app/

Elm application that lets you search for any GitHub profile or repository and check out its public information.

This project is bootstrapped with Create Elm App and uses Bootstrap as styling framework.

How to run it using yarn:

# git clone
git clone https://github.com/fveracoechea/elm-github-finder.git
# intall depencencies
yarn
# run dev
yarn dev