This project is a c program that simulates a phonebook. You can add your name, birth date and phone number. There are a few options such as listing the phonebook, search for a name and add a new contact.
This phonebook is coded in C and uses methods such as CSV files, struct, compiling, makefile etc...
I run the code on vscode, all the explanations are on the Github repository. Any terminal works just as fine.
Once you are all setup, you'll see that I have made a makefile to compile everything.
After opening the terminal, just go ahead and type "make".
Once everything is compiled, "./phonebook" will get you started!
Now you are in the phonebook menu! You can add contacts by inputing 1, you can find contacts in the phonebook by inputing 2 and you can list all the contacts in the phonebook by inputing 3.
Once you're done, input 4 to exit the program.