https://github.com/theoctan/onlinecalculator
This is a simple calculator functionality achieved using Javascript. The logic is very simple with the minimum lines of code possible
https://github.com/theoctan/onlinecalculator
Last synced: 2 months ago
JSON representation
This is a simple calculator functionality achieved using Javascript. The logic is very simple with the minimum lines of code possible
- Host: GitHub
- URL: https://github.com/theoctan/onlinecalculator
- Owner: TheOctan
- Created: 2020-02-04T19:56:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-18T06:39:22.000Z (over 6 years ago)
- Last Synced: 2025-01-16T15:36:27.615Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Online Calculator
A simple calculator using HTML, CSS & Javascript

This is a simple calculator functionality achieved using Javascript. The logic is very simple with the minimum lines of code possible.
## Steps to execute this calculator:
- Download the entire code
- Open up the index.html.
## Technologies used:
- HTML
- CSS [style/Presentation]
- Javascript [Logic/Working of calculator]