Skip to content

marekzelinka/github-user-search

Repository files navigation

GitHub User Search

This project is a simple GitHub user search app. It's written in TypeScript, using Remix, React.js and Tailwind CSS. I've deployed this project on Vercel.

Get started

  1. Clone the repository:

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

    npm i
  3. Define required env variables:

  4. Run the application in dev mode:

    npm run dev

Goals

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

Credits