ryanshatch / Rescue-Manager

An animal rescue manager - this program was designed to keep track of an inventory of the dogs and cats that are being rescued.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Rescue Manager


Manage and keep track of an inventory of rescued dogs and cats.
By: Ryan Hatch

IntroductionFeaturesUsageLicenseContact


© 2023 Ryan Hatch
All Rights Reserved.

Introduction

The Rescue Manager program is designed to manage and keep track of an inventory of rescued dogs and cats.

Features

  • Manage rescued dogs and cats.
  • Track animal details such as name, type, gender, age, weight, and more.
  • Reserve animals for adoption.

Installation

To run the Rescue Manager program, follow these steps:

  1. Clone the repository or download the source code with the command: git clone https://github.com/ryanshatch/Rescue-Manager.git.
  2. Navigate to the project directory with the command: cd Rescue-Manager.
  3. Compile the Java files with the command: javac *.java.
  4. Run the Driver class with the command: java Driver.

Usage

To use the program, run the `Driver` class. It will display a menu with options to intake a new dog or cat, reserve an animal, print lists of dogs, cats, or all animals, and quit the application. The user can select an option by entering the corresponding number.

License

This software is the property of the copyright holder and is protected by copyright laws. All rights are reserved. The copyright holder grants no implied or express license for the use, copying, modification, distribution, or reproduction of this software, in whole or in part, without the prior written permission of the copyright holder.

To obtain permission for any use, copying, modification, distribution, or reproduction of this software, please contact the copyright holder at the following address: ryan@rshatch.com

By using this software, you acknowledge that you have read and understood the terms of this license and agree to comply with all applicable copyright laws. Failure to abide by the terms of this license may subject you to legal consequences.

Contact

For any inquiries or suggestions, please contact me at ryan@rshatch.com.

About

An animal rescue manager - this program was designed to keep track of an inventory of the dogs and cats that are being rescued.


Languages

Language:Java 100.0%