Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.02 KB

File metadata and controls

29 lines (20 loc) · 1.02 KB

React iOS-calculator

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.

Features

  • 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.

Getting Started

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

Usage

  • 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.