- Add items to the shopping list
- Delete items from the shopping list
- Save the shopping list to an Excel file
- Load the shopping list from an Excel file
- Clean the shopping list
- Java
- Apache POI (for Excel file handling)
- Swing (for the user interface)
- Clone the repository
- Open the project in your preferred IDE (e.g., IntelliJ IDEA, Eclipse)
- Build and run the project
- Artikel zur Einkaufsliste hinzufügen
- Artikel aus der Einkaufsliste löschen
- Einkaufsliste in einer Excel-Datei speichern
- Einkaufsliste aus einer Excel-Datei laden
- Einkaufsliste leeren
- Java
- Apache POI (zur Verarbeitung von Excel-Dateien)
- Swing (für die Benutzeroberfläche)
- Klone das Repository
- Öffne das Projekt in deiner bevorzugten IDE (z. B. IntelliJ IDEA, Eclipse)
- Baue und starte das Projekt