project-root/ ├── index.php # Dashboard (requires login) ├── login.php # Login page ├── register.php # Registration page ├── logout.php # Logout logic ├── add_transaction.php # Add new transaction ├── ...
sports_tournament/ ├── index.php ← Public home page ├── tournaments.php ← Browse tournaments ├── tournament_detail.php ← Individual tournament view ├── teams.php ← Browse teams ├── standings.php ← ...