{"id":24990412,"url":"https://github.com/msio808/phonebook","last_synced_at":"2025-04-12T01:52:10.682Z","repository":{"id":200386655,"uuid":"705395838","full_name":"msio808/Phonebook","owner":"msio808","description":"Simple Terminal Based Phonebook Application in C","archived":false,"fork":false,"pushed_at":"2024-11-18T17:35:04.000Z","size":28,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-12T01:52:05.159Z","etag":null,"topics":["c","cli","cli-app","command-line","contact-management-system","phonebook","phonebook-application","terminal-app","terminal-based"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/msio808.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-15T22:27:00.000Z","updated_at":"2024-11-18T17:35:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"afcbf459-bd29-4ee1-a04c-e78d15f06875","html_url":"https://github.com/msio808/Phonebook","commit_stats":null,"previous_names":["mrmas-io/phonebook","twitchytech/phonebook","msio808/phonebook"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msio808%2FPhonebook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msio808%2FPhonebook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msio808%2FPhonebook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msio808%2FPhonebook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/msio808","download_url":"https://codeload.github.com/msio808/Phonebook/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248505873,"owners_count":21115354,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c","cli","cli-app","command-line","contact-management-system","phonebook","phonebook-application","terminal-app","terminal-based"],"created_at":"2025-02-04T13:36:21.242Z","updated_at":"2025-04-12T01:52:10.656Z","avatar_url":"https://github.com/msio808.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Phonebook Application\n\nThe Phonebook Application is a terminal-based contact management system that allows users to store, edit, list, search, and delete contact information in a file.\n\n## Features\n\n- **Add New Contact**: Add a new contact with details such as name, email, phone, and address.\n\n- **Edit Contact**: Modify existing contact details.\n\n- **List Contacts**: View a list of all stored contacts.\n\n- **Search Contacts**: Find specific contacts by name.\n\n- **Delete Contact**: Remove unwanted contacts.\n\n## Prerequisites\n\n- [GCC](https://gcc.gnu.org/) or any other C compiler for building the project.\n\n## Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/msio808/Phonebook.git\n   cd phonebook\n   ```\n2. Build using **`GCC`**:\n\n   ```bash\n   make\n   ```\n   \n3. Run program **`GDB`**:\n-  On Windows\n   ```bash\n   .\\build\\phonebook.exe\n   ```\n-  On Linux\n   ```bash\n   ./build/phonebook\n   ```\n\n\n## Usage\n\n1. You will be prompted to log in with a predefined username and password. The default is \"admin\" for both.\n\n2. Use the menu to navigate through the application's features.\n\n## Function Descriptions\n\n- **`add_contact()`**: Adds a new contact to the phonebook.\n\n- **`edit_contact()`**: Edits an existing contact's details.\n\n- **`list_contact()`**: Lists all contacts in the phonebook.\n\n- **`search_contact()`**: Searches for a contact by name.\n\n- **`delete_contact()`**: Deletes a contact from the phonebook.\n\n- **`exit_program(int)`**: Exits the program.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](../LICENSE) file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsio808%2Fphonebook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmsio808%2Fphonebook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsio808%2Fphonebook/lists"}