A vibe-coded F1 race tracker web app built with SvelteKit that displays race schedules, session results, and stint information for Formula 1 Grand Prix weekends.
nvm use
npm install
npm run dev
src/
├── lib/
│ ├── components/
│ │ └── Circuit.svelte # Circuit SVG renderer
│ ├── data.remote.js # Remote functions for API calls
│ ├── functions.js # Date formatting utilities
│ └── store.svelte.js # Cache store for data
└── routes/
├── +layout.svelte # App layout with header
├── +page.svelte # Home page with race calendar
└── [gp]/
└── +page.svelte # GP detail page with results