Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 759 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 759 Bytes

Puzzmo Frontend Interview starter project: Puzzmo monthly top scorers

Introduction

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.

Installation

pnpm install

Starting the project

pnpm dev