https://github.com/shibam120302/address_book
https://github.com/shibam120302/address_book
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shibam120302/address_book
- Owner: shibam120302
- Created: 2024-09-03T03:47:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-03T03:51:05.000Z (about 1 year ago)
- Last Synced: 2025-03-19T00:39:58.771Z (7 months ago)
- Language: Java
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Address Book Application.
This is a Java application that can store and manage contact information such as names, addresses, phone numbers, and emails.## Features
- Add new contacts with their details
- View all contacts in the address book
- Search for a specific contact by name
- Delete a contact from the address book
- Exit the application## Getting Started
- Clone the repository to your local machine.
- Open the project in your preferred Java IDE.
- Run the AddressBook class to start the application.## Usage
- Select an option from the menu by entering a number (1-5).
- Follow the instructions to add, view, search, or delete contacts.
- To exit the application, select option 5.## Contributing
If you would like to contribute to this project, please fork the repository and submit a pull request.