Live: react-calculator
Refamiliarize myself with react and create something practical which I would actually use. Additionally, I made use of big-js to deal with very large values and styled-components to style the components.
This calculator supports +, -, /, and x operations. Additionally, clear, percentage, and negation options are included. The ui is designed to closely resemble MacOS's basic calculator.
- Clone this repository
- cd into it
yarn
to download dependenciesyarn start
- Open http://localhost:3000 to view it in the browser.