Skip to content

CalculatorClient v1.0.0

Latest
Compare
Choose a tag to compare
@rmm429 rmm429 released this 22 Mar 20:57
· 8 commits to main since this release

NOTE: The specification for this homework asked for a server which logs successful calculations. This release only contains the Calculator client, therefore the calculator will not accept input for a couple of seconds until it has determined that the server is not running. However, the LogServer project itself can be executed from an IDE and used in tandem with the Calculator JAR file — this will create a server on the user's machine until the LogServer project execution is terminated.

First functioning release utilizing different design patterns in unison.
Does not include the logging server, just the calculator client.
Make sure to have Java installed and execute the JAR file.
Compiled with Java JDK 13.