c0sta / node-calculator

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

Home Page:https://node-calculator.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://node-calculator.herokuapp.com


Languages

Language:JavaScript 62.0%Language:HTML 19.7%Language:CSS 18.3%