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.
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:
Clone this repository
to your local machine- Open the terminal and
navigate to the project folder
i.e. cloned repository - Run
npm install
to install the dependencies - Run
npm start
to start the development server - Open your browser and go to http://localhost:3000 to view the app
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.
React:
A JavaScript library for building user interfacesReactDOM:
A package that provides DOM-specific methods for ReactBootstrap:
A CSS framework for building responsive and mobile-first websites
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.
This project is licensed under the MIT License
- see the LICENSE file for details.