https://github.com/syamkakarla98/calculator-using-html-css-and-js
This repository results a calculator application created using HTML, CSS and JavaScript.
https://github.com/syamkakarla98/calculator-using-html-css-and-js
Last synced: 2 months ago
JSON representation
This repository results a calculator application created using HTML, CSS and JavaScript.
- Host: GitHub
- URL: https://github.com/syamkakarla98/calculator-using-html-css-and-js
- Owner: syamkakarla98
- Created: 2018-05-15T10:10:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-08-04T10:45:38.000Z (about 3 years ago)
- Last Synced: 2025-01-12T07:46:40.114Z (9 months ago)
- Language: HTML
- Size: 41 KB
- Stars: 6
- Watchers: 1
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator-using-HTML-CSS-and-JS
>This Repositary contains three files:
* calcindex.html
* calcscript.js
* calcstyle.css
The style sheet contains the necessary stylings and the calcscript file contains the necessary functions to implement the calculator.