Getting Started

Clone the repo and run the development server:

pnpm install
pnpm dev

Open http://localhost:3000 with your browser to see the result.

Tests

Run tests with the following command:

pnpm test

Tech Stack

  • Zustand (for storing filters)
  • React Query (for data fetching)
  • Vitest + React Testing Library (for tests)
  • Headless UI + Heroicons (for Dropdown component)

Missing

  • Storybook
  • More test coverage