World Cup 2026 Dashboard — real-time tournament telemetry for BST timezone
A localized FIFA World Cup 2026 dashboard optimized for real-time tournament telemetry. Features dynamic schedule mutation engines converting raw UTC match fixtures into Bangladesh Standard Time (BST) with zero layout shift. Engineered as Step 1 of an explicit 5-stage architectural pipeline, completely decoupling the rendering layer using a verified mock data engine to validate state changes and structural UI fidelity before backend cutover.
- Zustand store modeled around normalized match/fixture entities to avoid prop-drilling across the schedule grid.
- Mock data layer mirrors the exact shape of the planned backend response, so swapping in the live API requires zero component changes.
- BST conversion handled at the data layer, not in components — every view reads already-localized timestamps.