JAVA

SCIENTIFIC CALCULATOR

ABOUT

CHECK IT OUT ON GITHUB
This was our first group project and we learned Java as well as Git and repo management.
We were tasked with creating a scientific calculator that covered from simple math all the way to trigonometry.
It required that it could take in input from the user, know what math function to perform, and be able to display the results. There are also memory functions and even a bunny easter egg.
My job was to create the display, handle the function calls, input loops, and the bunny easter egg. I also managed the organization repo and handled merge conflicts and pull requests.

PROCESS

First, we came together as a group and split up what math we were comfortable tackling. I then set to work learning how to implement my aspects. Since this was our first time using GitHub, a lot of time was lost in learning the push pull merge process and we missed the first initial deadline.

We rallied together and managed to produce a great program within the new timeline.

FUTURE PLANS

UI

It would be great to take this program and use something like Jframe or React to enable it to be used outside of the terminal.