Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.35 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.35 KB

Calculator App

This is a simple calculator app built using React. It allows users to input two numbers and perform basic mathematical operations on them. The result is displayed below the input form.

Getting started

To run this app on your local machine, you will need to have Node.js and npm installed. Once you have those, follow these steps:

  1. Clone this repository to your local machine
  2. Open the terminal and navigate to the project folder i.e. cloned repository
  3. Run npm install to install the dependencies
  4. Run npm start to start the development server
  5. Open your browser and go to http://localhost:3000 to view the app

Usage

To use the calculator, simply input two numbers in the input fields and click on one of the mathematical operation buttons (+, -, \*, /) to perform the calculation. The result will be displayed below the input form.

Technologies used
  • React: A JavaScript library for building user interfaces
  • ReactDOM: A package that provides DOM-specific methods for React
  • Bootstrap: A CSS framework for building responsive and mobile-first websites
Contributions

Contributions are welcome! If you find a bug or have an idea for an improvement, feel free to submit an issue or a pull request.

License

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