Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.05 KB

File metadata and controls

19 lines (13 loc) · 1.05 KB

Force Corrector Calculator

This calculator is developed by ReactJS & Typescript. I tried to do the best practices and produce clean codes as much as I can. I think this project will be useful and informative for the junior and mid-level developers and also those who are learning ReactJS + Typescript. If you like, you can cooperate in developing this project and adding new features or refactoring codes.

Click here to watch the online demo

Features

It's very simple calculator with 4 main operations and it has not and special features in is calculation, but you can't enter any invald input, includes:

You can not enter:

  • Two decimal point for a number like: 15.2.68
  • Two operator near each other like: *+ or -/
  • Multiple, devision or decimal point as the first letter of calculator
  • Check other states ;)