This is a simple standard calculator that I built using React with TypeScript.
https://smparsons.github.io/react-calculator
You will need to have node and npm setup first before you can run this project locally.
First run the following command to install all dependencies:
$ npm install
You can then run the following command to run the project locally:
$ npm run start