This is a beginner-level Contact Book application built with C# as a console program.
The app allows users to:
Add new contacts (name + phone number)
View all saved contacts
️ Delete contacts by number
The project demonstrates my understanding of:
Object-Oriented Programming (OOP) using classes and objects
Lists and collections in C#
Console-based user input and output
Basic CRUD operations (Create, Read, Delete)
This application is a simple but practical example of managing data in a console program and reflects my growing skills as an entry-level .NET developer.