/react-calculator

This project is a simple calculator built using React.js. It allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division.

Primary LanguageJavaScriptMIT LicenseMIT

React Calculator

This project is a simple calculator built using React.js. It allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division.

Installation

To use this calculator, you'll need to have Node.js and npm installed on your computer. Once you have those installed, follow these steps:

  1. Clone this repository to your local machine: git clone https://github.com/BBQHK/react-calculator.git
  2. Navigate to the project directory: cd react-calculator
  3. Install the dependencies: npm install
  4. Start the development server: npm start
  5. Open http://localhost:3000 in your browser to use the calculator.

Usage

To use the calculator, simply click on the buttons to input numbers and select the operation you want to perform. The calculator will display the result of your calculation in real-time.

Animation

License

This project is licensed under the MIT License - see the LICENSE.md file for details.