This is a beginner-friendly project in C++.
It is a simple program to manage contacts with options to add, display, search, and delete contacts.
- Add new contacts
- Show all contacts
- Search a contact by name
- Delete a contact
- Uses dynamic memory (array resizing)
git clone https://github.com/your-username/ContactList.git
cd ContactList