A comprehensive web application designed specifically for seniors to learn chair yoga exercises and connect with others in a supportive community chat environment.
├── backend/
│ ├── index.ts # Main Hono server with API routes
│ ├── database/
│ │ └── chat.ts # Chat message storage and queries
│ └── routes/
│ ├── chat.ts # Chat API endpoints
│ └── static.ts # Static file serving
├── frontend/
│ ├── index.html # Main HTML template
│ ├── index.tsx # React app entry point
│ ├── components/
│ │ ├── App.tsx # Main app component
│ │ ├── YogaSection.tsx # Chair yoga exercises
│ │ └── ChatRoom.tsx # Chat functionality
│ └── style.css # Custom styles
└── shared/
└── types.ts # Shared TypeScript types