1 Open Issue Need Help Last updated: Nov 12, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This GitHub issue outlines the development of a C# .NET 9 console application designed to interactively manage and display monkey species data. The application will feature capabilities to list all monkeys, retrieve detailed information for a specific monkey by name, and select a random monkey. Implementation details suggest using a `Monkey` model, a `MonkeyHelper` static class for data operations, and a clear separation of concerns, with the potential use of the repository pattern.

Complexity: 2/5
enhancement good first issue