Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 442 Bytes

File metadata and controls

19 lines (13 loc) · 442 Bytes

Contacts Manager

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.

Features

  • Add new contacts
  • View all contacts
  • Search by name or phone number
  • Update contact details
  • Delete contacts
  • Save and load contacts from a file

Technologies

  • Java
  • Object-Oriented Programming (OOP)
  • File I/O (text file storage)