Create a calculator using React.
After cloning this repo, follow the following steps in Terminal:
cd calculator-react
, change directory to this folder.yarn install
ornpm install
, install all node modules needed.yarn start
ornpm start
, start your local server.
Now the calculator should show in your browser (localhost:3000
)
Or, you can directly access my React Calculator here: