This is my first React.js application, a simple calculator built using TypeScript.
- Basic arithmetic operations (addition, subtraction, multiplication, division)
- Clear button to reset the calculator
- React.js
- TypeScript
- Clone the repository
- Install dependencies with
npm install - Run the development server with
npm start
- Enter numbers and click on the arithmetic operation buttons to perform calculations
- Use the clear button to reset the calculator
- This project was inspired by [insert inspiration here]
Feel free to customize this README with more details about your project!