Skip to content

A Java console application that manages an address book where the contacts are saved within an archive.

License

Notifications You must be signed in to change notification settings

PetePrattis/address-book-contact-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A Java console application that manages an address book where the contacts are saved within an archive.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages