https://github.com/nathancordeiro/contact-manager-system
Try my Contact Manager System Your digital buddy for wrangling contacts effortlessly! From adding new pals to deleting old foes. With its lightning-fast search and sleek interface, managing your connections is as fun as swapping emojis. Navigate through your contacts like a pro, and let the good times roll.
https://github.com/nathancordeiro/contact-manager-system
Last synced: 2 months ago
JSON representation
Try my Contact Manager System Your digital buddy for wrangling contacts effortlessly! From adding new pals to deleting old foes. With its lightning-fast search and sleek interface, managing your connections is as fun as swapping emojis. Navigate through your contacts like a pro, and let the good times roll.
- Host: GitHub
- URL: https://github.com/nathancordeiro/contact-manager-system
- Owner: NathanCordeiro
- License: mit
- Created: 2024-04-22T18:05:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-05T19:08:23.000Z (over 1 year ago)
- Last Synced: 2025-02-07T00:20:21.503Z (8 months ago)
- Language: C
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
CONTACT MANAGER SYSTEM
---A simple and efficient contact management system written in C.
Table of Contents
Features
- Add new contacts with name, address, gender, email, and phone number.
- Search for existing contacts.
- List all contacts.
- Modify existing contacts.
- Delete contacts.
- Password authentication for security.
Installation
- Clone the repository:
- Navigate to the project directory:
- Compile the program:
- Run the program:
git clone https://github.com/NathanCordeiro/Contact-Manager-System.git
cd Contact-Manager-System
gcc main.c -o CONTACT_MANAGER_SYSTEM.c
./CONTACT_MANAGER_SYSTEM
License
This project is licensed under the MIT License.