https://github.com/aburraq/petfriend-app
Basic Veterinary app about animals. This console application helps you manage information about your pets with ease. Whether you're a pet owner or run a small pet care facility, PetFriends offers a simple and efficient way to keep track of your animal companions.
https://github.com/aburraq/petfriend-app
2darrays csharp forloop ifstatements methods switch
Last synced: 6 months ago
JSON representation
Basic Veterinary app about animals. This console application helps you manage information about your pets with ease. Whether you're a pet owner or run a small pet care facility, PetFriends offers a simple and efficient way to keep track of your animal companions.
- Host: GitHub
- URL: https://github.com/aburraq/petfriend-app
- Owner: Aburraq
- Created: 2024-08-05T11:04:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-05T11:07:19.000Z (over 1 year ago)
- Last Synced: 2025-01-10T15:51:29.950Z (over 1 year ago)
- Topics: 2darrays, csharp, forloop, ifstatements, methods, switch
- Language: C#
- Homepage: https://learn.microsoft.com/en-us/training/modules/guided-project-develop-conditional-branching-looping/
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PetFriends
Welcome to the PetFriends app! This console application helps you manage information about your pets with ease. Whether you're a pet owner or run a small pet care facility, PetFriends offers a simple and efficient way to keep track of your animal companions.
## Features
- **List All Pets:** View detailed information about all the pets currently in the system.
- **Add New Pets:** Easily add new animal friends to the array with their essential details.
- **Ensure Complete Information:** Verify that all pets have their age and physical descriptions filled out.
- **Update Pet Details:** Edit specific information such as an animal's age or personality description.
- **Search and Display:** Find and display cats and dogs based on specific characteristics.
## How to Use
1. **Run the Application:** Start the console application.
2. **Main Menu:** Follow the on-screen menu options to navigate through the features.
3. **Enter Details:** Input the required details as prompted by the application.
4. **Exit:** Type 'Exit' at any menu prompt to close the application.
## Getting Started
To get a local copy up and running, follow these simple steps.
### Prerequisites
- .NET SDK
### Installation
1. Clone the repo:
```sh
git clone https://github.com/your-username/PetFriends.git