Front End Development Libraries - JavaScript Calculator

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.

2 Likes

Hi @Fastion-1024 !

Your calculator looks great!

Keep up the good work!

This is really cool - I’m looking forward to starting on the JavaScript stuff soon. I love the style of the interface etc.

Once you get above 6 digits, things get cut off on the results (e.g. 123456 - 1 is displaying " 1.23455e+5" as the result) just in case you weren’t aware.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.