contactManager is a contact management application created by Dorian Figueiras. This project allows you to store, manage, and organize your contacts efficiently and intuitively.
- Add new contacts
- Modify existing contact information
- Delete contacts
- Search contacts by name, nickname, or other criteria
- Display the list of all contacts
Ensure you have the following prerequisites installed:
-
Clone the GitHub repository:
git clone https://github.com/DorianFGR/contactManager.git
-
Navigate to the project directory:
cd contactManager
-
Compile the project with CMake:
cmake . make
-
Run the application:
./contactManager
-
Use the menu to add, view, search, and delete contacts.