The backend and API endpoints for my food-scheduling service are already live; what I still need is the complete front-end built with CMP so the same codebase runs smoothly on Android, iOS, web, and desktop. Core screens • Calendar to plan meals day-by-day or week-by-week • Home page summarising Upcoming meals, Popular recipes, and a rotating set of User tips and tricks • Profile page for user preferences and dietary settings • Meal-selection screen that pulls recipe options from the existing API A single push-notification pipeline must be wired up for reminders (e.g., “Lunch prep starts in 30 min”). No offline mode is required right now; real-time data retrieval from the backend is fine. Please wire everything to the current REST endpoints, handle authentication the way the API already expects, and keep the UI consistent across platforms while following the native look-and-feel guidelines where practical. I’ll supply swagger docs, sample tokens, and design mock-ups once we start. Acceptance criteria • Compile and run from one CMP project to Android, iOS, web (SPA), and desktop (Electron or equivalent). • All four core screens function end-to-end with live API data. • Push notifications fire reliably on mobile. • Code is lint-clean and handed over via a private repo with a brief README on build steps. Prototype of the app: https://copy-of-gemini-food-scheduler-966743396869.us-west1.run.app/