This is the final project for the Coursera React Basic Assignment - Calculator. The project is a simple calculator application built using React.js.
To use the calculator, simply click the buttons to input the numbers and operators you want to use. The calculator supports addition, subtraction, multiplication, and division, as well as decimal points and negative number.
To calculate a mathematical expression, simply click on the corresponding button in the calculator. The result of the calculation will be displayed in the output field for your convenience.
To clear the calculator and start a new calculation, click the "Reset Result" button.
You can clear the Input field also by clicking the "Reset Input" button.
To install the application, clone this repository to your local machine. Then, navigate to the project directory and run the following command to install the required dependencies:
npm install
Once the dependencies are installed, you can start the application by running the following command:
npm start
This will start the application and open it in your default browser.
The application was built using React.js and styled using CSS. The create-react-app package was used to scaffold the project.
Contributions to this project are welcome. If you would like to contribute, please fork the repository and submit a pull request.