This is a simple calculator application built using React, inspired by the iPhone calculator interface. You can perform basic arithmetic operations such as addition, subtraction, multiplication, and division with this calculator.
- React: This project was created with Create React App, a popular tool for setting up React applications with a predefined project structure and build configuration.
- Addition (+)
- Subtraction (-)
- Multiplication (*)
- Division (/)
- Decimal point (.)
- Clear display (AC)
- Calculation result (=)
To run this project locally, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/oliveiraFreddie/reactCalculator
-
Navigate to the project directory:
cd reactCalculator
-
Install the dependencies:
npm install
-
Start the development server:
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.