An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Online Calculator

A simple calculator using HTML, CSS & Javascript
![title-pic](images/BgImg.jpg)
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]