Hi all,
I have finished the first pass on my JavaScript Calculator, any feedback or advice is welcome. I plan to do a second pass to fix any bugs or add improvements when I finished all five projects.
I have used React along with MathJs and React-Icons packages. I have written all of the CSS myself, which i do think could use some improving.
The calculator does have keyboard shortcuts for the keypad buttons, I am currently thinking of ways of informing users what they are.
Below is the live version of my website:
https://fastion-1024.github.io/FCC-JavaScript-Calculator/
If you would like to take a look at the source code:
https://github.com/Fastion-1024/FCC-JavaScript-Calculator
Thanks in advance for taking a look.