Skip to content

This Java program manages a cell phone inventory system. It features user account creation, check-in functionality, and inventory control. The system provides an intuitive interface and ensures efficient, secure data storage.

License

Notifications You must be signed in to change notification settings

VazquezJocelyn/Java-Cell-Phone-Inventory-Management-System

Repository files navigation

Java-Cell-Phone-Inventory-Management-System

Project Overview

This Java program manages a cell phone inventory system. It features user account creation, check-in functionality, and inventory control. The system provides an intuitive interface and ensures efficient, secure data storage.

Features

  • User Account Management: Users can create accounts and log in securely.
  • Inventory Management: Users can add, update, and remove cell phone records from the inventory.
  • Data Persistence: Inventory data is stored efficiently, ensuring that it can be retrieved and updated as needed.
  • User Interface: The system includes a simple and intuitive graphical user interface (GUI).

Files

  • CellPhone.java: This class represents a cell phone, including attributes such as the phone's model, brand, and price.
  • CellPhoneInventory.java: This class manages the inventory of cell phones, including adding, updating, and removing cell phone records.
  • CreateAccount.java: This class handles the creation of user accounts, including input validation and data storage.
  • CreateLoginForm.java: This class manages the login process, including user authentication and session management.
  • user-login-305.png: This image file is used for the login form's graphical user interface.

About

This Java program manages a cell phone inventory system. It features user account creation, check-in functionality, and inventory control. The system provides an intuitive interface and ensures efficient, secure data storage.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages