This is a Java-based desktop application for managing a supermarket. The application is built using Java Swing for the user interface and MySQL for the database. The application allows users to login/register, add items to a cart, purchase those items, and then display a receipt.
- User authentication (login/register)
- Add items to cart
- Purchase items
- Display receipt
- Java Development Kit (JDK) 8 or higher
- MySQL Server and MySQL Connector/J
- Launch the application by running the
Login.javafile - Login or register as a new user
- Browse the available items and add them to your cart
- Click the "Purchase" button to complete the transaction
- View the receipt to see the details of your purchase
Contributions to this project are welcome. To contribute, please fork the repository, make your changes, and submit a pull request.