A client-side web application providing real-time schedules, match countdowns, group standings, and knockout brackets for the FIFA World Cup 2026.
- Interactive Schedule: View all tournament matches filtered by stage (Group Stage, Round of 32, Round of 16, Quarterfinals, Semifinals, and Final) or completed results.
- Favorite Teams: Search and select favorite teams to track their specific upcoming matches with active countdown timers.
- Group Standings: Live standings table detailing positions, points, and statistics for all groups.
- Knockout Bracket: Interactive wallchart visualizing team progression through the knockout rounds.
- Live Sync: Support for live-updating scores and match state indicators.
- Responsive Layout: Designed for mobile, tablet, and desktop environments.
.
├── CNAME # Custom domain configuration (fifa.trionine.com)
├── README.md # Project documentation
├── index.html # Main entry point and view templates
└── assets/
├── css/
│ └── style.css # Custom styles and responsive layouts
├── images/
│ └── fifa.png # Application icon asset
└── js/
├── data.js # Static tournament data (schedules, groups, teams, venues)
├── script.js # Core logic (favorites, search, countdowns, score sync)
└── wallchart.js # Bracket and group standings rendering engine