This document presents a project on developing a phonebook application in C. It discusses including functions for adding, listing, modifying, searching and deleting phonebook contacts. The application stores contact information such as name, gender, family members, phone number and address. It presents the advantages of easily storing and searching contacts and future enhancements could include multiple phone numbers per contact. An algorithm and data flow diagram are provided to illustrate the program flow. The project aims to create a simple yet useful phonebook application to organize contact information.