/JS-Calculator

A simple Calculator made with ReactJS

Primary LanguageJavaScript

JS-Calculator

A simple Calculator App made with ReactJS
wJzlkfg9bv

Operations Supported

You can perform all the basics operations ( +, -, *, / ) i.e. Add Subtract Multiply Divide

To start using JS-Calculator

Make sure you have nodejs installed.

Clone the repository.

In the project directory, install the missing dependencies using the command npm install

After that, in the project directory, you can run: npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Also feel free to suggest any changes to it.


This project was bootstrapped with Create React App.