This is a console-based Address Book built in C#. It allows you to add, edit, delete, and search contacts with local JSON file storage for persistence.
- Features
- Technologies
- Structure
- Getting Started
- Screenshots
- Flowchart Algorithms
- License
- Add new contacts with name, number, and email
- Edit existing contact information
- Delete contacts safely
- Search contacts by name or number
- Save and load data from a JSON file
- Console-based user interface
- Built with clean architecture principles
- C# (.NET 9.0)
- Object-Oriented Programming
- JSON File Handling
- Console UI with custom interface structure
AddContactsSection/ContactEditorSection/ContactMangerSection/ContactSearchingFolder/ContactsDeleatedSection/MainProgramUI/NavigateSection/NavigationSection/
-
Clone the repo:
git clone https://github.com/yourusername/address-book.git
-
Open the solution in Visual Studio (
Addrese Book.sln). -
Make sure you have .NET SDK 9.0 or modify the
.csprojfor your current SDK. -
Run the app and interact through the console.
For a detailed view of the flowchart algorithms for this project, refer to Flowchart Project⬅️
MIT License



