I developed this Burger Shop Management System as my second desktop application using Java Swing. The primary goal of the project is to store, update, and manage customer records through text file handling, showcasing my ability to work with Java file I/O operations effectively.
This project includes several core functionalities such as adding new customers, updating existing details, deleting records, and viewing customer information all through an intuitive graphical user interface.
🔎 Add Customer – Save new customer records in txt File
🔎 Update Customer – Modify existing customer details in txt File.
🔎 Delete Customer – Remove customer records in txt File.
🔎 View Customer – Display stored customer information through txt File.
By building this software, I was able to demonstrate my skills in object oriented programming, GUI design, and file handling without relying on database systems. It reflects my capability to create practical, user-friendly applications that solve real-world problems using Java.