An open API service indexing awesome lists of open source software.

https://github.com/rondevhub/zettelwirtschaft


https://github.com/rondevhub/zettelwirtschaft

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

          

# 🛒 ZettelWirtschaft

**ZettelWirtschaft** ist eine minimalistische, ressourcensparende Web-App zur Verwaltung von Einkaufslisten in Echtzeit. Perfekt für Haushalte, die gemeinsam einkaufen gehen.

## ✨ Features
- **Realtime Sync:** Erledigte Einkäufe erscheinen sofort bei allen Nutzern (via Mercure).
- **Intelligente Sortierung:** Produkte werden automatisch Kategorien zugeordnet.
- **Laufweg-Optimierung:** Kategorien lassen sich verschieben, um den Weg im Supermarkt zu optimieren.
- **Taschenrechner:** Integrierte Preisberechnung inkl. Formel-Support (0,39+0,25).
- **Pfand-Funktion:** Abzug von Pfandbons direkt in der Liste.
- **Dark/Light Mode:** Automatisch modern und aufgeräumt.

## 🚀 Installation (Docker)
1. `.env` Datei basierend auf `.env.example` erstellen.
2. `docker-compose up -d`
3. Die App ist unter `http://localhost:8080` erreichbar.

---

# 🛒 ZettelWirtschaft (English)

**ZettelWirtschaft** is a minimalist, resource-efficient web application for managing shopping lists in real-time. Perfect for households shopping together.

## ✨ Features
- **Realtime Sync:** Completed purchases appear instantly for all users (via Mercure).
- **Smart Sorting:** Products are automatically assigned to categories.
- **Route Optimization:** Categories can be rearranged to optimize the walking path in the store.
- **Calculator:** Integrated price calculation including formula support (0.39+0.25).
- **Deposit Function:** Deduction of deposit slips directly in the list.
- **Dark/Light Mode:** Modern and clean UI.

## 🚀 Installation (Docker)
1. Create a `.env` file based on `.env.example`.
2. Run `docker-compose up -d`.
3. The app is available at `http://localhost:8080`.