Skip to content

πŸ“± A simple PhoneBook app in C with features like adding, viewing, searching, and deleting contacts. πŸ”’ Includes password protection and a text-based user interface for easy contact management.

Notifications You must be signed in to change notification settings

mewhotheboss/Phonebook-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“± PhoneBook Application (C Project)

This is a simple PhoneBook Application written in C that allows you to manage contacts with features like adding, viewing, searching, and deleting contacts. It also includes password protection for accessing the phonebook.


πŸš€ Features

  • Add a new contact (Name & Mobile Number)
  • View all saved contacts
  • Search for a contact by name
  • Delete a contact
  • Password protection with hint-based reset
  • Simple text-based user interface

πŸ“‚ File Structure

  • contact.txt - Stores all contacts (Name and Mobile number).
  • phonebook.c - Main source code file containing all functionalities.

πŸ›  Built With

  • C Language - Core language for the program logic.
  • File Handling - To store and retrieve contacts.
  • Command Line Interface - For user interaction.

πŸ“Έ Screenshots

Phonebook Home:

Phonebook Main Menu:

About

πŸ“± A simple PhoneBook app in C with features like adding, viewing, searching, and deleting contacts. πŸ”’ Includes password protection and a text-based user interface for easy contact management.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages