Skip to content

A C++ Inventory Management System specializing in tracking, sorting, and printing various records related to car inventories with an interactive user interface.

Notifications You must be signed in to change notification settings

danieldotwav/Auto-Stock-Tracker

Repository files navigation

Auto-Stock-Tracker

A C++ Inventory Management System specializing in tracking, sorting, and printing various records related to car inventories with an interactive user interface.

Features

  • Sorting Capabilities: Sort car inventory based on various attributes such as ID, Model, Quantity, and Price.
  • Data Validation: Ensure all input records adhere to expected formats and ranges, preventing erroneous entries.
  • Interactive Menus: Easy-to-navigate command-line interfaces for user interactions.
  • Data Presentation: Neatly print out the sorted data to easily visualize the inventory state.

Prerequisites

  • A C++ compiler (e.g., GNU Compiler, Clang)
  • Basic knowledge of C++ programming and command-line operations

Installation & Usage

  1. Clone the repository:
    git clone https://github.com/danieldotwav/Auto-Stock-Tracker.git
  2. Navigate to the project directory:
    cd Auto-Stock-Tracker
  3. Compile the project:
    g++ -o Auto-Stock-Tracker Source.cpp -Wall -Wextra
    Replace Source.cpp with relevant source file names.
  4. Run the executable:
    ./Auto-Stock-Tracker
  5. Follow the on-screen prompts to interact with the inventory system.

Contributing

We encourage you to contribute to Auto-Stock-Tracker! Please check out the Contributing guidelines for guidelines about how to proceed.

Acknowledgments

  • Mentions, if applicable, of resources, inspirations, or articles that were pivotal in creating this project.

Contact

https://github.com/danieldotwav/Auto-Stock-Tracker/

About

A C++ Inventory Management System specializing in tracking, sorting, and printing various records related to car inventories with an interactive user interface.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages