Skip to content

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

Notifications You must be signed in to change notification settings

c0sta/node-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published