Calculator

This project is a clone of a calculator, where it will have its functions of:

  • Addition
  • Subtraction
  • Multiplication
  • Division

Built With

Getting Started

This is a example on how to download and install this project.

Prerequisites

First you need to have the NPM and Node installed in your machine, if you don't have it installed just follow this tutorial.

  • Node + NPM
    https://www.npmjs.com/get-npm

Installation

Here's a example on how you can clone this repository and download the project in your machine.

  1. Clone the repo
    git clone https://github.com/reizonsantos/Calculadora.git
  2. Install NPM packages
    npm install
  3. Start the project
    npm start