A basic shopping list app, focusing on simplicity and performance.
- Shop Management: Create, edit, delete, and reorder shops
- Item Management: Add items to shops, edit, delete, and reorder within shops
- Smart Shopping List: Add items from configured items or create ad-hoc items
- Quantity Support: Add quantities to shopping list items (e.g., "2 kg", "3 bottles")
- Check Off Items: Mark items as completed while shopping
- Autocomplete: Smart suggestions when adding items based on existing items
- Drag & Drop: Reorder shops and items by dragging
- SQLite Storage: All data stored locally in SQLite database
