Calculator Project Plan
How we are splitting up work between group members
Work assignment
- Krish: Work on calculator functionality
- Don: Work on figuring out spring boot
- Nathan: Frontend stuff
- Nicky: Calculator functionality
Plans
Input
Via textbox and buttons
Functionality
- Takes input and uses the inputted operation and calculates end result
- Will have multiple basic operators
- Addition
- Subtraction
- Multiplication
- Division
- Powers
- Mod
- Trig functions
- Log functions
Output
Original input Output
- Answers
- Errors