Skip to content

marekzelinka/devfinder

Repository files navigation

DevFinder

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/devfinder.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