This repo contains a minimal scaffold for the Allergy Scanner PWA (React + TypeScript + Vite). It is an initial skeleton to begin implementation; features include:
- Scan / lookup by barcode (OpenFoodFacts integration)
- Profiles & allergen CRUD placeholders
- Basic matching engine stub
To run locally (requires Node.js):
- cd allergy-scanner
- npm install
- npm run dev
Next steps: implement IndexedDB storage, improve matching rules, add camera barcode scanning, and complete CRUD UI.