Phonebook Management System in the C programming language is a software application that allows users to store, organize and manage large numbers of contact records efficiently. The system is designed to have functions such as adding, updating, viewing, listing and deleting contacts.
You can learn the fundamentals of functions, file handling, and data structure by working on the Phonebook Management System. This system will show you how to add, list, change or edit, search for, and remove data from/to a file. The functions that make up this project's menu include adding new records, listing them, editing and updating them, looking for saved contacts, and deleting phonebook entries.
Note: If the documents are not rendering on github please download the repository here.
We have used many functions in this project. These functions are very easy to understand as their name itself signifies their respective operations.
- Login Page
- Secure Password Login
- Admin Panel
- User Panel
- Unique phone numbers
- Advance validation function for user input
- Add New Contact
- Update Contact
- Display All Contact
- Search By Name
- Search By Number
- Search By City
- Delete Contact
- Delete All Contact
- A software (IDE) for reviewing the code
- C/C++ compiler (Recommended: GCC Compiler)
- Command Prompt or Windows Powershell
Note: This program won't run on online compilers as they don't provide libraries for FILE Management & external storing.
-
If you wish to contribute a new function or want to improve the code quality, you are welcome for your contributions.
-
Fork the repository & make changes, after completion open pull request.
-
Thanks in advance ๐
MIT License
Copyright (c) 2022 Alkaison
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.