Files
shokuninmarche/client/index.html
Fullstack Developer d2d7ee27d5 feat: initial scaffold with Event Management, Participant Management, and Budget Management
- Express backend with JWT auth, PostgreSQL, full CRUD APIs
- React + Vite + TailwindCSS frontend with RTL Hebrew UI
- Event Creation & Management (create/edit/delete/list events)
- Participant Management (add/edit/delete/status tracking per event)
- Budget Management (income/expense tracking with balance summary)
- Docker Compose setup with PostgreSQL
- /health endpoint with commit-id and DB status

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-21 18:55:40 +00:00

14 lines
401 B
HTML

<!doctype html>
<html lang="he" dir="rtl">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>אירועית - ניהול אירועים</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>