/simple-Calculator-ReactJS

I've used this calculator design concept which is designed by Maximiliano Catani. It performs all the basic calculator operations that should traditionally performed with a interactive UI.

Primary LanguageJavaScriptMIT LicenseMIT

Simple-react-calculator

A React calculator built with React.js and hooks.

I've used this calculator design concept which is designed by Maximiliano Catani. It performs all the basic calculator operations that should traditionally performed with a interactive UI.

Live Demo

You can test on https://sanket-calculator.netlify.app

Running Locally

  1. Clone this repo
  2. Type cd simple-Calculator-ReactJS to enter the project folder
  3. Run npm install and install dependencies
  4. Run npm start and visit localhost:3000

Build

  1. Run npm run build
  2. The compiled version will be in /build/

It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.