This project is a basic calculator application built with the Express.js framework. It allows users to perform addition, subtraction, multiplication, and division on two numbers.
you can use the website in two ways:
The easy way:
- Just open the link simple calculator and you are in the site.
The hard way:
- Download the zip file by click on the green button and then "download ZIP".
- Extract the folder to your PC.
- Open the folder with VS code.
- Install express with the command:
npm i express
- Run the code with the command:
node app.js
- Open the site
http://localhost:3000
and enjoy. - I prefer the easy way.
the raw link is: https://simple-calculator-dorb.onrender.com