This was a fun Learning Project to get more familiar with HTML/CSS/JS as part of FreeCodeCamp / FreeCodeSchool Indy.
Made using Codepen.io https://codepen.io/hey-its-rinn/pen/abmEZzM?editors=0010
- Check it out using the link above, or...
- Download directory: rinn-s-calculator-with-fcc-test-suite-template
- Open index.html is the dist directory.
- Enter a new number (if you want it to be negative, press '-' first.
- Choose an operator you would like to perform on your entered number.
- Enter another number (if you want it to be negative, press '-' first.
- Press '=' to display the result or select another operator if you want to immediately perform more operations.
- If you pressed '=', you may press it again to repeat the last operation. Else, you may repeat steps 4-6 any number of times.
Note: 'Clear' resets the calculator at any point when using it. Start at step 3 after pressing 'Clear'.