Command-line contact management system using C, linked lists, and file I/O for persistent storage.
Started: February 15, 2024
Completed: February 28, 2024
Duration: 2 Weeks
C (ANSI)
Text File
Linked List
CLI
A lightweight, command-line contact manager built in C. Supports CRUD operations with data persistence using file I/O and dynamic memory via linked lists.
Name, phone, email, address
Find and edit by name/phone
Remove from list and file
Mastered linked list implementation and memory allocation in C.
Learned persistent data storage using text files.
Built intuitive menu-driven interface with input validation.