FoodInventory5 years ago
completedpublic
A restaurant inventory management system written entirely in MIPS assembly language. The system allows kitchen staff to track and fetch ingredients while enforcing minimum stock thresholds. All inventory updates require password authentication to prevent unauthorized modifications. The application maintains quantities for 10 common ingredients and prevents fetching quantities that would drop below preset safety thresholds.
// meta
role
Solo Developer
status
completed
// highlights
>Implemented full inventory management system in pure MIPS assembly with input validation loops
>Designed password authentication mechanism using MIPS syscalls and register operations
>Built threshold-based constraint checking to prevent inventory levels from falling below safety limits
>Created interactive CLI with formatted output for 10-item ingredient tracking system
// stack
MIPS Assembly
// links