Mobile-first trip planner — build day-by-day itineraries with travel times, opening-hours checks, meal placeholders, nearby suggestions, and a map view. Built on OpenStreetMap.
frontend/— Vite + React 19 PWAbackend/— Express APIshared/— shared TypeScript types (@tripper/shared)
- Node 22+
- pnpm (via
corepack enable)
pnpm installpnpm --filter @tripper/frontend dev # http://localhost:5173
pnpm --filter @tripper/backend dev # http://localhost:3001pnpm run check # lint + format + typecheck + testsReact 19, TypeScript, Vite, Express 5, pnpm workspaces, Jest + React Testing Library, ESLint, Prettier, vite-plugin-pwa.