A simple Java application to manage personal contacts via the command line. Users can add, view, search, update, and delete contacts, with all data saved locally.
- Add new contacts
- View all contacts
- Search by name or phone number
- Update contact details
- Delete contacts
- Save and load contacts from a file
- Java
- Object-Oriented Programming (OOP)
- File I/O (text file storage)