A simple Java application for managing contacts using a command-line interface.
- Add, view, update, and delete contacts
- User-friendly command-line interface
- Uses Java HashMap for efficient contact management
- Java Development Kit (JDK)
- Git (for cloning the repository)
-
Clone the repository:
git clone https://github.com/YourUsername/ContactsApp.git
-
Compile the code
javac ContactsApp.java
-
Run the application:
java ContactsApp
-
Follow the prompts to interact with the Contacts App.
-
Choose menu options to add, delete, view, and edit contacts