rebuild: PHP foundation + auth + layout system
Complete rewrite from React/Vite to PHP/HTML/CSS/JS stack.
- PHP 8.3 Apache Docker setup with routing
- Supabase auth (login/register) working
- Full CSS design system (dark theme, RTL, responsive)
- SVG icon sprite (no emojis)
- Desktop side nav + mobile bottom nav
- All page routes with placeholders
Co-Authored-By:
Claude Opus 4.6 <noreply@anthropic.com>
Showing
.htaccess
0 → 100644
DESIGN.md
deleted
100644 → 0
api/auth.php
0 → 100644
api/profile.php
0 → 100644
config/constants.php
0 → 100644
config/database.php
0 → 100644
includes/footer.php
0 → 100644
includes/header.php
0 → 100644
index.html
deleted
100644 → 0
index.php
0 → 100644
nginx.conf
deleted
100644 → 0
package-lock.json
deleted
100644 → 0
package.json
deleted
100644 → 0
| { | |||
| "name": "el3ab-player", | |||
| "private": true, | |||
| "version": "2.0.0", | |||
| "type": "module", | |||
| "scripts": { | |||
| "dev": "vite", | |||
| "build": "tsc -b && vite build", | |||
| "preview": "vite preview" | |||
| }, | |||
| "dependencies": { | |||
| "@supabase/supabase-js": "^2.49.0", | |||
| "chess.js": "^1.0.0-beta.8", | |||
| "framer-motion": "^12.0.0", | |||
| "howler": "^2.2.4", | |||
| "react": "^19.2.6", | |||
| "react-dom": "^19.2.6", | |||
| "react-router-dom": "^7.1.0", | |||
| "zustand": "^5.0.0" | |||
| }, | |||
| "devDependencies": { | |||
| "@tailwindcss/vite": "^4.0.0", | |||
| "@types/howler": "^2.2.12", | |||
| "@types/react": "^19.2.14", | |||
| "@types/react-dom": "^19.2.3", | |||
| "@vitejs/plugin-react": "^6.0.1", | |||
| "tailwindcss": "^4.0.0", | |||
| "typescript": "~6.0.2", | |||
| "vite": "^8.0.12" | |||
| } | |||
| } |
pages/404.php
0 → 100644
pages/achievements.php
0 → 100644
pages/bots.php
0 → 100644
pages/friends.php
0 → 100644
pages/game.php
0 → 100644
pages/home.php
0 → 100644
pages/leaderboard.php
0 → 100644
pages/login.php
0 → 100644
pages/notifications.php
0 → 100644
pages/org.php
0 → 100644
pages/orgs.php
0 → 100644
pages/play.php
0 → 100644
pages/profile.php
0 → 100644
pages/register.php
0 → 100644
pages/settings.php
0 → 100644
pages/shop.php
0 → 100644
pages/tournament.php
0 → 100644
pages/tournaments.php
0 → 100644
public/css/app.css
0 → 100644
public/favicon.svg
deleted
100644 → 0
public/icons/sprite.svg
0 → 100644
public/js/app.js
0 → 100644
35.6 KB
32.4 KB
37.8 KB
37.3 KB
40.7 KB
46.2 KB
44.7 KB
28 KB
28.8 KB
28.2 KB
25.1 KB
29.9 KB
25.5 KB
44.9 KB
25.2 KB
35.2 KB
35.6 KB
36.5 KB
38 KB
38.3 KB
40.7 KB
src/App.tsx
deleted
100644 → 0
src/env.ts
deleted
100644 → 0
src/hooks/useAds.ts
deleted
100644 → 0
src/hooks/useAuth.ts
deleted
100644 → 0
src/hooks/useShop.ts
deleted
100644 → 0
src/index.css
deleted
100644 → 0
src/lib/sounds.ts
deleted
100644 → 0
src/lib/supabase.ts
deleted
100644 → 0
src/main.tsx
deleted
100644 → 0
templates/nav-bottom.php
0 → 100644
templates/nav-desktop.php
0 → 100644
tsconfig.app.json
deleted
100644 → 0
tsconfig.json
deleted
100644 → 0
tsconfig.node.json
deleted
100644 → 0
vite.config.ts
deleted
100644 → 0