Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/techiuv/simple-phone-book-application

This is a simple C-based phonebook application.
https://github.com/techiuv/simple-phone-book-application

c c-programming c-programming-language phonebook

Last synced: about 10 hours ago
JSON representation

This is a simple C-based phonebook application.

Awesome Lists containing this project

README

        

# Phonebook Application

A simple console-based Phonebook Application written in C that allows users to add, search, list, and delete contacts. This project is designed with basic error handling and input validation, making it a reliable tool for managing contact information.

## Features

- **Add Contact**: Add a new contact with a name, phone number, and email address.
- **List Contacts**: Display all saved contacts in the phonebook.
- **Search Contact**: Search for a contact by name.
- **Delete Contact**: Remove a contact from the phonebook.
- **Error Handling**: Handles errors related to file access, input, and data validation.
- **Input Validation**: Validates phone numbers and email addresses to ensure data integrity.