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.
-
Clone the repository:
git clone https://github.com/marekzelinka/github-user-search.git
-
Install the dependencies:
pnpm i
-
Define required env variables:
- Create a new GitHub access token
- Copy the template contents in .env.example to a new file named
.env
and fill all the required fields.
-
Run the application in dev mode:
pnpm dev
Practice working with Remix data loadings APIs and using third-party APIs, like GitHub GraphQL API.
- Challenge by Frontend Mentor