Skip to content

ZYONGE/JavaContactPractice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Terminal-based Java Contact application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages