https://github.com/kushhhh-sh/phonebook-system
A CLI Phone Directory written in C++ Using file handling
https://github.com/kushhhh-sh/phonebook-system
cli command-line contacts-app cpp filehandling
Last synced: 9 months ago
JSON representation
A CLI Phone Directory written in C++ Using file handling
- Host: GitHub
- URL: https://github.com/kushhhh-sh/phonebook-system
- Owner: Kushhhh-sh
- Created: 2022-01-16T05:04:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-03T05:00:00.000Z (over 4 years ago)
- Last Synced: 2025-01-20T09:47:32.287Z (over 1 year ago)
- Topics: cli, command-line, contacts-app, cpp, filehandling
- Language: C++
- Homepage:
- Size: 552 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Phonebook-System
- ### A Command Line Interface Program to keep track of your contacts
- ### The Program has following features:
- Adding a new Contact
- Removing an Existing contact
- Searching for contacts with keywords
- Editing an Existing contact
- Displaying the List of contacts
- ### All the contacts are stored in a text file named [`contact-list.txt`](https://github.com/Kushhhh-sh/Phonebook-System/blob/master/contact-list.txt)
- ### In order to use this program, you need to download the Source Code from [Here](https://github.com/Kushhhh-sh/Phonebook-System/releases).
- ### After downloading, open the folder containing `main.exe` and all the other supporting files.
- ### Open the folder in Terminal
- ### If you are using Command Prompt, simply type `main` and hit Enter.
```
D:\Kush3\Desktop\College\GitHub\Phonebook-System>main
```
- ### If you are in PowerShell, type `.\main.exe` and hit Enter.
```
PS D:\Kush3\Desktop\College\GitHub\Phonebook-System> .\main.exe
```
# Note: The Program needs C++ Compiler in order to work..!!
## The Program Looks Like
### Main Page

### Adding a Contact


### Removing a Contact

### Searching a Contact

### Editing a contact


### Displaying the contact list
