northstarwiffle
A tournament management website for a wiffle ball league called North Star Wiffle.
10 commits over 1 day
What it is
North Star Wiffle is a registration and admin portal for organizing wiffle ball tournaments. It allows players to sign up, view teams, schedules, rules, and tournament brackets. An admin panel lets organizers manage team drafts, view registrations, and oversee tournament logistics. The site appears designed for a real community wiffle ball event with multiple teams and structured play.
Why I built it
Built to manage a real-world wiffle ball tournament or league, replacing a static HTML site (found in /oldsite) with a dynamic PHP-backed system that handles player registration, team management, and admin workflows.
Tech stack
PHP, HTML, CSS, JavaScript; MySQL database (schema.sql); Playwright for end-to-end testing; GitHub Actions for CI/CD deployment; no framework—hand-rolled PHP admin system with auth.
Timeline & effort
Last active Jun 3, 2026 — 10 commits across 1 active day (spanning 0 days).
Built in a single focused day (June 3, 2026) with 10 commits, suggesting a rapid buildout or migration from the older static site found in /oldsite.
Did it turn out useful?
The repo includes a live deployment workflow (.github/workflows/deploy.yml), database schema, authentication system, player registration form, and admin dashboard. The presence of E2E tests covering registration, security, and smoke tests signals production readiness. An /oldsite archive confirms this replaced an earlier static version, indicating it was deployed for actual use.