The Telephone Directory CLI Application is a simple and user-friendly command-line interface (CLI) program implemented in C. This application provides basic functionalities for managing a telephone directory, including displaying, deleting, adding, and finding contacts.
Clone the repository to your local machine:
git clone https://github.com/your-username/Telephone-directory-CLI.git
Navigate to the project directory:
cd Telephone-directory-CLI
gcc Telephone-directory.c -o Telephone-directory
./Telephone-directory
Usage :-
Choose options from the menu to perform various operations:
Option 1: Display Contacts
View the list of all contacts in the telephone directory.
Option 2: Deleting Contacts
Delete a contact by providing the necessary details.
Option 3: Adding Contacts
Add a new contact with details such as name, phone number, and address.
Option 4: Finding Contacts
Search for contacts by RegNO.
Follow the on-screen prompts and provide the required information to execute your selected operation.
1. Fork the repository.
2. Create a new branch for your feature or improvement.
3. Implement your changes.
4. Submit a pull request.