Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/daviskamau/contacts

Contacts Management System mini project in C
https://github.com/daviskamau/contacts

contacts-manager

Last synced: 7 days ago
JSON representation

Contacts Management System mini project in C

Awesome Lists containing this project

README

        

# contacts
It is a simple console application without graphics. It is similar to the contact manager in cell phones. In this project, you can add, view, edit, sort and delete contacts. All added and edited records are saved in a file.

You can list contacts by name, phone no., address and email. File handling has been used to record all data. I have used data structure to store the user name, email and contact. Overall, understanding the simple source code of this project will teach you how to add, edit, search, list and remove data of file.

The source code for contact management system project in C is complete and totally error-free. It is short and simple – just over 201 lines. It is compiled in VS Code IDE with GCC compiler.