Weekly match schedule for the 2026 FIFA World Cup with live group standings, country flags, and Google Calendar integration.
Live site: https://wc2026-calendar-app.web.app
- Next.js — frontend
- Firebase Hosting — deployment
- Firestore — match data and scores (single source of truth)
- GitHub Actions — auto-deploys on push to
main
npm install
npm run devOpen http://localhost:3000.
Match data and scores are stored in Firestore. A daily routine automatically fetches the latest results and updates Firestore — no manual intervention needed.