overview.md
A lightweight console phone book built around simple contact-management flows.
The project is written in C# on .NET 8 and organizes the app into a few straightforward classes: a contact model, a manager for storing and editing contacts, and a session layer that drives the console menu. It supports showing contacts, adding new records, editing existing ones, searching by name, deleting contacts, and marking favourites. It is a small project, but it reflects the early stage where I was practicing structuring code beyond a single-file program.