Welcome to the react-calculator
repository! This project provides a simple calculator web application built using React. It allows users to perform basic arithmetic operations and provides a user-friendly interface for calculations.
- Arithmetic Operations: Perform addition, subtraction, multiplication, and division operations.
- User-Friendly Interface: The calculator features a clean and intuitive interface.
- Responsive Design: The application is responsive and works well on different screen sizes.
To run this project locally, follow these steps:
Clone this repository:
git clone https://github.com/iamrhm/react-calculator.git
cd react-calculator
npm install
npm start
- Use the number buttons to input digits for your calculations.
- Click on the operation buttons (+, -, *, /) to perform arithmetic operations.
- Press the "C" button to clear the current calculation.
- Press the "=" button to calculate the result.