{"id":23689771,"url":"https://github.com/get-unknown-err0r/simple-phonebook","last_synced_at":"2026-04-27T01:31:39.577Z","repository":{"id":270198434,"uuid":"909614355","full_name":"GET-UNKNOWN-ERR0R/simple-phonebook","owner":"GET-UNKNOWN-ERR0R","description":"A simple C application to manage a phonebook database with basic CRUD (Create, Read, Update, Delete) functionality.Contact data is stored in a binary file using file handling.","archived":false,"fork":false,"pushed_at":"2024-12-29T09:19:48.000Z","size":29,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-29T06:56:40.250Z","etag":null,"topics":["arpit-prajapati","c","c-programming","compiler","crud-operation","get-unknown-err0r","github","phonebook-application"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GET-UNKNOWN-ERR0R.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-12-29T08:58:30.000Z","updated_at":"2025-01-07T16:26:26.000Z","dependencies_parsed_at":"2024-12-29T10:17:01.464Z","dependency_job_id":"a499b0cd-f6fa-448f-acce-40b69006ed4a","html_url":"https://github.com/GET-UNKNOWN-ERR0R/simple-phonebook","commit_stats":null,"previous_names":["get-unknown-err0r/simple-phonebook"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GET-UNKNOWN-ERR0R/simple-phonebook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GET-UNKNOWN-ERR0R%2Fsimple-phonebook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GET-UNKNOWN-ERR0R%2Fsimple-phonebook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GET-UNKNOWN-ERR0R%2Fsimple-phonebook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GET-UNKNOWN-ERR0R%2Fsimple-phonebook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GET-UNKNOWN-ERR0R","download_url":"https://codeload.github.com/GET-UNKNOWN-ERR0R/simple-phonebook/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GET-UNKNOWN-ERR0R%2Fsimple-phonebook/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263061400,"owners_count":23407605,"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":["arpit-prajapati","c","c-programming","compiler","crud-operation","get-unknown-err0r","github","phonebook-application"],"created_at":"2024-12-30T01:39:18.428Z","updated_at":"2026-04-27T01:31:39.543Z","avatar_url":"https://github.com/GET-UNKNOWN-ERR0R.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Phonebook Database\n\nA simple C application to manage a phonebook database with basic CRUD (Create, Read, Update, Delete) functionality.Contact data is stored in a binary file using file handling.\n\n## OUTPUT:\n![Phonebook Screenshot](phonebook.png)\n\n## Features\n- Add a new contact (name and phone number)\n- View all contacts\n- Update an existing contact\n- Delete a contact\n- Persistent storage using a binary file (`phonebook.dat`)\n\n## How to Run\n\n1. Clone this repository:\n   ```bash\n   git clone https://github.com/GET-UNKNOWN-ERR0R/simple-phonebook.git\n\n2. Navigate to Folder:\n   ```bash\n   cd simple-phonebook\n3. Compile the program using GCC:\n   ```bash\n   gcc phonebook.c -o phonebook\n4. Run the program:\n   ```bash\n   ./phonebook\n\n## Result\n\n   --- Phonebook ---\n1. Add Contact\n2. View Contacts\n3. Update Contact\n4. Delete Contact\n5. Exit\nEnter your choice: 1\nEnter name: Arpit Prajapati\nEnter phone number: 123456789\nContact added successfully!\n\n--- Phonebook ---\n1. Add Contact\n2. View Contacts\n3. Update Contact\n4. Delete Contact\n5. Exit\nEnter your choice: 2\n--- Contacts ---\nName: Arpit Prajapati, Phone: 123456789\n\n# License\n\n\n   \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fget-unknown-err0r%2Fsimple-phonebook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fget-unknown-err0r%2Fsimple-phonebook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fget-unknown-err0r%2Fsimple-phonebook/lists"}