Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 893 Bytes

File metadata and controls

48 lines (30 loc) · 893 Bytes

Contacts App

A simple Java application for managing contacts using a command-line interface.

Table of Contents

Features

  • Add, view, update, and delete contacts
  • User-friendly command-line interface
  • Uses Java HashMap for efficient contact management

Getting Started

Prerequisites

  • Java Development Kit (JDK)
  • Git (for cloning the repository)

Installation

  1. Clone the repository:

    git clone https://github.com/YourUsername/ContactsApp.git
  2. Compile the code

    javac ContactsApp.java
    
    

Usage

  1. Run the application:

    java ContactsApp
    
  2. Follow the prompts to interact with the Contacts App.

  3. Choose menu options to add, delete, view, and edit contacts