Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 790 Bytes

File metadata and controls

22 lines (15 loc) · 790 Bytes

Son Kullan — English summary

Son Kullan is a local-first, installable web app that sorts household stock by expiry date, highlights what should be consumed first, and makes waste trends visible without sending data to a server.

Run locally

npm ci
npm run dev

Verify it with:

npm test
npm run build
npm audit --audit-level=moderate

The project uses validated date-only arithmetic, browser storage, schema-checked JSON backup/restore, explicit consumed/wasted states, accessible fallbacks for notification permission, and an offline PWA cache. It has no account, backend, analytics, scheduled background notification, or runtime AI.

See README.md for full Turkish documentation and AI_USAGE.md for the development disclosure.