https://github.com/zipcodecore/product-inventory-lab
https://github.com/zipcodecore/product-inventory-lab
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zipcodecore/product-inventory-lab
- Owner: ZipCodeCore
- Created: 2019-10-21T15:46:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-17T14:46:13.000Z (about 2 years ago)
- Last Synced: 2025-01-08T12:41:16.423Z (12 months ago)
- Size: 30.3 KB
- Stars: 0
- Watchers: 3
- Forks: 99
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inventory Management Lab
Fork this repository and submit the URL of your fork via the Student Portal.
## Introduction
This is a multipart lab, intended to be completed in order. We will be building a simple application that creates and maintains an inventory of some type of product. Using core Java, we will create and maintain our inventory, as well as explore different ways to persist our data to files.
Use the following links to complete this lab:
* [Section 1](./instructions/section-01.md)
* [Section 2](./instructions/section-02.md)
* [Section 3](./instructions/section-03.md)
* [Section 4](./instructions/section-04.md)
* [Section 5](./instructions/section-05.md)