feat: scaffold luggage list expo app with core local MVP
Some checks failed
Build App / release (push) Has been cancelled
Build App / build-web (push) Has been cancelled
Build App / build-android (push) Has been cancelled

This commit is contained in:
2026-04-18 11:51:58 +02:00
parent 3900755ad1
commit 7de77d2878
27 changed files with 11393 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
# Luggage List
Minimal local-first luggage management app built with Expo.
## MVP Implemented
- No auth, no server, local storage only
- Trips with name, location, dates, optional image
- Auto-select active trip when current date is in trip range
- Luggage items with:
- name, description, category
- status: packed, unpacked, lost, left-behind, lent-to
- placement: suitcase, backpack, with-user, other
- optional image
- Check-up snapshots per trip
- Check-up history view
- JSON export
- Default trip template (copy-only, not linked)
## Run
```bash
npm install
npm run start
```
## Build
EAS + Gitea workflows are included in `.gitea/workflows`.