Skip to content

alenchavez-dev/java-device-inventory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“¦ Java Device Inventory (CLI)

Author: Alen Chavez

A small Java console application that demonstrates object-oriented design and basic collection management. It models devices, manages them with a DeviceManager, and exposes a simple text menu via Main.


✨ What this shows recruiters

  • Java & OOP: clear separation of model (Device), business logic (DeviceManager), and UI (Main).
  • Collections & searching: store devices in memory and iterate/filter them.
  • Console UX & validation: straightforward loop/menu, prompts, and user feedback.
  • Tooling awareness: compiles and runs cleanly in VS Code or the terminal.

πŸ—‚ Project Structure

java-device-inventory/
β”œβ”€ Device.java
β”œβ”€ DeviceManager.java
β”œβ”€ Main.java
└─ README.md

About

CLI app to add/list/search/update/remove devices with a manager class and collections.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages