Skip to content

Nehal04052/Telephone-directory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Telephone Directory CLI Application

Overview

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.

How to Compile and Run

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

Compile the C file:

gcc Telephone-directory.c -o Telephone-directory

Run the application:

./Telephone-directory

Follow the on-screen prompts to interact with the 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.

If you'd like to contribute to the Telephone Directory CLI Application, follow these steps:

1. Fork the repository.
2. Create a new branch for your feature or improvement.
3. Implement your changes.
4. Submit a pull request.

Snapshots

1 2 3 4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages