Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1008 Bytes

File metadata and controls

51 lines (37 loc) · 1008 Bytes
Java Coffee Badge

JavaContactPractice

Java Syntax Practice Code.
Terminal-based Java application that stores contact information and provides functions based on the selected option.

Will add security and value-sharing between files using a private class.

Tech Stack

  • Java 17

Feature

Management contacts informations with name, phone, and email.

options:

  1. add
  2. view
  3. search
  4. delete
  5. write down (Saves as a .txt file using the filename provided by the user.)

How to Compile and Run

javac Contact.java
javac Main.java
java Main

Project Structure

Project/
├── .gitignore
├── Main.java
├── Contact.java
└── README.md

License

MIT License

Author

Name: Jiyong Kim (ZYONGE)
Profile: https://github.com/ZYONGE

Motivation: Created for submission as a first-year university project in 2023