This web app is also hosted live with the help of Render. Feel free to visit the APP.
-
This calculator is able to perform simple mathematical operations such as:
- Addition
- Multiplication
- Subraction
- Division
- Percentage
- Cube
-
All the caclculations made will be shown as it will be appended to the 'Calculation List'. You are also provided with 'Delete' option to delete any unwanted calculation you wish is unnecessary.
-
Inputs to the Calculator can be given by the keyboard or by clicking the button from the calculator app.
- 'BackSpace' key for 'Clear'
- 'Enter' or '=' for executing the calculation '='
- '0-9', '+-*/%'
-
There will be an option to repeat each calculation added to the list.
To host the web application from your own system, plese the steps:
- Clone the repository to the system
- navigate to the root directory in your command line
- Run
node index.js
- In your Respective Web browser, please follow the link
http://localhost:3000/
Thank YOU..