This is a simple calculator built using React. It can perform basic arithmetic operations such as addition, subtraction, multiplication, and division. live website: https://adrianvyne.github.io/react-calculator/
- Clone this repository:
git clone https://github.com/AdrianVyne/react-calculator.git
- Navigate into the project directory:
cd react-calculator
- Install dependencies:
npm install
- Start the development server:
npm start
- Enter the first number using the number keys.
- Select the operation using the corresponding button (+, -, x, /).
- Enter the second number using the number keys.
- Press the equals (=) button to display the result.
- This project was built using React.