Access the app at: https://react-calculator-6nm0.onrender.com
My calculator app is built using React
, Typescript
and CSS
.
NOTE: The minimum version of Node.js required to run the application locally:
Node.js:
v21.1.0
Clone the repository:
$ git clone https://github.com/emlips/react-calculator.git
Navigate to the repository:
$ cd react-calculator
Use the npm install
command to install the dependencies:
$ npm install
Run the npm run dev
script and follow the link to the local host:
$ npm run dev