Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Latest commit

 

History

History
43 lines (25 loc) · 1.66 KB

File metadata and controls

43 lines (25 loc) · 1.66 KB

React Basic Assignment Calculator

This is the final project for the Coursera React Basic Assignment - Calculator. The project is a simple calculator application built using React.js.

How to Use

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.

Installation

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.

Technologies Used

The application was built using React.js and styled using CSS. The create-react-app package was used to scaffold the project.

Contributing

Contributions to this project are welcome. If you would like to contribute, please fork the repository and submit a pull request.

Authors

Screenshots

App Screenshot