# Cream Ouvre Money Mobile App Prototype

This package is the original Track My Money / Cream Ouvre PHP app redesigned into a mobile-first responsive app using the Seed & Bread prototype style.

## Added
- Mobile-first responsive layout and bottom navigation.
- PWA manifest and service worker for basic offline loading.
- Offline sync queue endpoint.
- Reports page.
- Shopping checklist generated from `projected_items`.
- Tick-off purchase flow that creates an expense and deducts from buckets.
- Receipt scanner remains available at `public/receipt_scan.php`.

## Install
1. Upload the folder to your hosting.
2. Point your domain/subdomain to the `public` folder.
3. Create a `.env` file from your existing hosting credentials.
4. Import your database SQL.
5. Optional: import `database/migrations/mobile_addons.sql`.

For safety, the live `.env` file was not included in this package.
