Project Overview:
I developed a functional Contact Management System using Python. The application allows users to efficiently manage their digital phonebook through a simple and logical command-line interface.
Key Features:
Data Operations: Users can Add, View, Search, and Delete contacts easily.
Search Logic: Implemented a search feature to find specific contacts by name instantly.
Data Persistence: Designed to save and retrieve contact information, ensuring data is not lost after closing the program.
Technical Stack:
Language: Python 3.
Tools: Developed using VS Code.
Concepts: Handled Data Structures (Lists & Dictionaries) and File Handling.