This project is a clone of a calculator, where it will have its functions of:
- Addition
- Subtraction
- Multiplication
- Division
This is a example on how to download and install this project.
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
Here's a example on how you can clone this repository and download the project in your machine.
- Clone the repo
git clone https://github.com/reizonsantos/Calculadora.git
- Install NPM packages
npm install
- Start the project
npm start