react-calculator

Screenshot 2019-04-19 at 21 52 42

A simple calculator built with React.js and Math.js

Installation

  1. Clone the repository or download files

  2. You will need npm to manage dependencies.

    npm install

  3. Math.js can be installed via npm:

    npm install mathjs

  4. To run the app in a development mode

    npm start

    Open http://localhost:3000 to view it in the browser.