This is a phone book using bash scripting that lets us perform simple phone book operations like our cell phones. It is a BASH script that can be used to add, view, edit, search, and remove phone directory related records.
Personal information such as first name, father's name, gender, phone number, email, and address are requested while adding a record in the phone book. These records can then be modified, inserted, searched for, and removed.
I've Used NoSQL MongoDB Atlas as free cloud database service, deployed and fully managed over AWS.
Adding, inserting, modifying, and updating new records, searching for saved contacts, and deleting phone book records, these operations are the basic functions that form up the main menu of this phone book script (as shown in the menu screenshot below)
Watch the demo:
Note: It will be with a friendly graphical interface as a final version.
- Go to the issue section
- Click on New issue
- Write title and describe about bug
- Feel free and submit new issue ✅
If you would like to get in touch with me, Feel free to send me an email or you could find me on Twitter :
E-mail: Send Mail 📧
Twitter: 🐦
Installation Linux
git clone https://github.com/barhouum7/BashPhoneBook.git
cd BashPhoneBook
chmod +x phone_directory.sh
./phone_directory.sh