This is my first mini project in JAVA making a online grocery shop system

2 Open Issues Need Help Last updated: Aug 1, 2025

Open Issues Need Help

View All on GitHub
Save Bill to a Text File about 1 month ago

AI Summary: Implement functionality to save the generated grocery bill (items and total cost) to a text file (.txt) on the user's local system. This involves using Java's file I/O capabilities (e.g., FileWriter or BufferedWriter) to write the bill summary to a file.

Complexity: 2/5
enhancement good first issue

This is my first mini project in JAVA making a online grocery shop system

Java

AI Summary: Refactor a simple Java console-based grocery shopping application to use object-oriented programming principles. This involves creating `Product` and potentially `CartItem` classes to encapsulate data and related logic, improving code organization and maintainability.

Complexity: 3/5
help wanted intermediate

This is my first mini project in JAVA making a online grocery shop system

Java