Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peteprattis/address-book-contact-management
A Java console application that manages an address book where the contacts are saved within an archive.
https://github.com/peteprattis/address-book-contact-management
bufferedreader computer-science console-application java program project student
Last synced: about 2 hours ago
JSON representation
A Java console application that manages an address book where the contacts are saved within an archive.
- Host: GitHub
- URL: https://github.com/peteprattis/address-book-contact-management
- Owner: PetePrattis
- License: mit
- Created: 2019-10-12T10:26:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-05T09:59:24.000Z (almost 3 years ago)
- Last Synced: 2023-09-14T10:17:22.063Z (about 1 year ago)
- Topics: bufferedreader, computer-science, console-application, java, program, project, student
- Language: Java
- Size: 24.4 KB
- Stars: 9
- Watchers: 2
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Java Project
**This is a simple java project from my early days as a Computer Science student**
_This programm was created for the second semester class Object-oriented Programming
and is one of a few such simple java programms neccessary to pass the class_> #### Description of project
>
>>A Java console application that manages an address book where the contacts are saved within an archive.> #### Functionality
>
> 1. Print all available contacts
> 2. Add new contact
> 3. Search contact based on name
> 4. Search contact based on phone number
> 5. Edit contact based on name
> 6. Edit contact based on phone number
> 7. Delete contact based on name
> 8. Delete contact based on phone number
>> #### About this project
>
> - The comments to make the code understandable, are within the archives
> - This project uses BufferedReader instead of FileReader
> - This program was written in Eclipse IDE
> - This repository was created to show the variety of the work I did and experience I gained as a student
>