This is a calculator app using React and TypeScript. It performs basic operations.
Page: https://prateekpur.github.io/react-calculator/
- Addition, subtraction, multiplication, and division operations.
- If the result has been calculated, it can only be edited by using operators. The result cannot be directly edited by adding numbers or using the backspace.
To get a local copy up and running, follow these steps:
- Clone this repository.
- Navigate to the project directory:
cd react-calculator - Install dependencies: npm install
- Start the development server: npm start
- Click the buttons to input numbers and operators.
- Click "=" to get the result of the calculation.
