An iOS App called Pet Care Manager where pet owners can store relevant information about their pets.
This app is designed and implemented in one week for the sake of the introcourse of iPraktikum. (before ChatGPT!!)





Many pet owners may face several problems while taking care of their animals. It is important to be aware of the health status of their pets, monitor their nutrition and activities, and organize their future appointments in a systematic manner.
To solve these challenges and minimize their negative effects, I need an iOS application called Pet Care Manager. This application should allow me to track my pet's health records. When I click on the health records, it should show which vaccinations the animal has received and which illnesses/operations it has undergone.
Additionally, the app should show the upcoming appointments if it is needed for the pet.
Besides that, the app should allow me to track the medications that the pet uses. In addition to the medications, I should also prepare a daily list of meals that the pet needs to consume. The app should additionally show me a random dog photo or video every time I click a button.
In summary, I need an iOS app that will allow me to track my pet's daily consumption, health status, and further appointments.
PCM-1: Add/Remove a pet with its name: Users can add or remove pets from their collection and give them a name.
PCM-2: Store vaccination history: Users can record which vaccines the pet has.
PCM-3: Store illnesses/operations: Users can record which operations the pet has undergone.
PCM-4: Inspect the further appointments: Users can inspect the further appointments with dates.
PCM-5: See the current medications: Users can see the medications that the pet is currently using.
PCM-6: Prepare and edit daily meal list: Users can store the daily meal plan and edit it.
PCM-7: Get random dog photos and videos: Users can see a random dog photo or video every time they click a button.
PCM-1: Add/Remove a pet with its name - Done
PCM-4: Inspect the further appointments - Done
PCM-5: See the current medications - Done
PCM-2: Store vaccination history - Done
PCM-3: Store illnesses/operations - Done
PCM-6: Prepare and edit daily meal list - Done
PCM-7: Get random dog photos and videos - Done