Files
luggage-list/README.md
Space-Banane 0a8444700e
Some checks failed
Luggage List Build / build-web (push) Successful in 31s
Luggage List Build / build-android (push) Failing after 1m24s
Luggage List Build / release (push) Has been skipped
Full UI 180 & Overall improvements
2026-04-19 00:12:16 +02:00

32 lines
1003 B
Markdown

# Luggage List
Minimal local-first luggage management app built with Expo.
## Current Features (V2)
- No auth, no server, local storage only (AsyncStorage)
- Trips with name, location, calendar date picker, optional image from gallery
- Active trip auto-select on first load, with manual trip switching anytime via global trip picker
- Default trip template (copied into new trip, not linked)
- Luggage items with:
- name, description, category
- status: packed, unpacked, lost, left-behind, lent-to (+ person name)
- placement: suitcase, backpack, with-user, other
- optional image from gallery
- Item create/edit via modal
- Check-up flow as yes/no checklist with live stats (correct/bad/pending):
- “No” opens update modal
- fixes can be check-up-only or optionally synced to trip item list
- Check-up history per selected trip with saved snapshots + stats
## Notes
- JSON export is removed for now.
- Dark-mode-first minimalist UI.
## Run
```bash
npm install
npm run start
```