/node-calculator

Basic calculator made with Nodejs, performs basic operations such as addition, subtraction, multiplication and division

Primary LanguageJavaScript

logo

node-calculator

Basic calculator made with Nodejs, performs basic operations such as addition, subtraction, multiplication and division

The project's intent is to put into practice some concepts I have learned so far, fixing some basic knowledge of Nodejs, Vanilla JavaScript and DOM manipulation

Running

To run the application, simply download or clone the project, and run the following command in the root folder.```

npm install 

After that, run:

npm start 

Open browser in localhost:8080

Deploy

Deployed to Heroku Link: https://node-calculator.herokuapp.com