Welcome to Puzzmo monthly top scorers: a React app that fetches the first page of results for Puzzmo's Monthly total score leaderboard from Puzzmo's GraphQL API and displays the results in a list.
Relevant TypeScript types that mirror Puzzmo's GraphQL schema are in puzzmo-types.d.ts
.
This repo was bootstrapped with pnpm create vite
, using the react-swc-ts
template.
Further project instructions will be provided during the interview.
pnpm install
pnpm dev