Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

InventoryManagementSystem

Welcome to the Inventory Management System repository! This project is a simple yet efficient system for managing a warehouse inventory using Java. It provides functionalities to add, update, delete, and display products in the inventory.

Table of Contents

Introduction

The Inventory Management System is designed to help manage large inventories efficiently. It utilizes a HashMap to store and manipulate inventory data, ensuring quick access and modifications.

Features

  • Add new products to the inventory
  • Update existing product details
  • Delete products from the inventory
  • Display all products in the inventory

Technologies Used

  • Java

Installation

  1. Clone the repository:
    • git clone https://github.com/sgindeed/InventoryManagementSystem.git
  2. Navigate to the project directory:
    • cd InventoryManagementSystem
  3. Open the project in your preferred Java IDE (e.g., IntelliJ IDEA, Eclipse).

Usage

  1. Navigate to the inventory.management package.
  2. Run the Main class to start the application.

In the Main class, you can create instances of Product, add them to the inventory, update their details, delete them, and display the inventory.

Classes

  • Product: Represents a product with attributes like productId, productName, quantity, and price.
  • InventoryManagementSystem: Manages the inventory using a HashMap, providing methods to add, update, delete, and display products.

Contributing

Contributions are welcome! Please fork the repository and create a pull request with your changes. Make sure to follow the code style and include tests for new features.

Contact

If you have any questions or suggestions, feel free to reach out.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages