https://github.com/eliasmurcray/contact-management-system
A basic contact management system in C that allows users to add, view, search, and delete contacts.
https://github.com/eliasmurcray/contact-management-system
Last synced: 3 months ago
JSON representation
A basic contact management system in C that allows users to add, view, search, and delete contacts.
- Host: GitHub
- URL: https://github.com/eliasmurcray/contact-management-system
- Owner: eliasmurcray
- Created: 2023-12-08T07:03:29.000Z (over 1 year ago)
- Default Branch: mainline
- Last Pushed: 2023-12-18T11:26:50.000Z (over 1 year ago)
- Last Synced: 2025-01-16T04:25:16.865Z (5 months ago)
- Language: C
- Size: 482 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Contact Managment System
This is my first C project. I created it using a spec (found in spec.md) which I requested from ChatGPT to help me learn the basics of C.
## Building
To build this project clone the repo and run `gcc main.c -o main` to generate the executable. Then, run `./main` to begin the script.
You will be presented with a few options, each of which either manipulates the user data or displays it. You can press 5 to exit or just cancel the command.
