Skip to content

marekzelinka/github-user-search

Repository files navigation

GitHub User Search

This project is a simple search app for GitHub users. It's written in TypeScript and uses React, React Router and Tailwind CSS. I've deployed it on Fly.io.

Get started

  1. Clone the repository:

    git clone https://github.com/marekzelinka/github-user-search.git
  2. Install the dependencies:

    pnpm i
  3. Define required env variables:

  4. Run the application in dev mode:

    pnpm dev

Goals

Practice working with Remix data loadings APIs and using third-party APIs, like GitHub GraphQL API.

Credits