Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 997 Bytes

File metadata and controls

27 lines (15 loc) · 997 Bytes

Overview

This is a simple Student information tracker to organize different students information, and modify or look up that information as needed.

The purpose of this software is to demonstrate some of the basic functionality of the Java Programming Language.

{Provide a link to your YouTube demonstration. It should be a 4-5 minute demo of the software running and a walkthrough of the code. Focus should be on sharing what you learned about the language syntax.}

Software Demo Video

Development Environment

This project was developed using the Visual Studio Code IDE.

It was written in Java, using the Java Development Kit (JDK)

Useful Websites

Future Work

  • Add Course lists to Student Class
  • Dynamically calculate age based on birthdate
  • Save and Load Student Data