Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naandalist/web-calculator
Build calculator starting from HTML and CSS. Then make it work with Javascript.
https://github.com/naandalist/web-calculator
Last synced: 4 days ago
JSON representation
Build calculator starting from HTML and CSS. Then make it work with Javascript.
- Host: GitHub
- URL: https://github.com/naandalist/web-calculator
- Owner: Naandalist
- Created: 2019-10-24T02:50:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-25T15:10:42.000Z (about 5 years ago)
- Last Synced: 2024-11-08T04:41:19.259Z (about 2 months ago)
- Language: CSS
- Homepage: https://naandalist.github.io/web-calculator/
- Size: 496 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Calculator Web App
# with HTML, CSS, and JavaScript
Develop a web calculator application to complete task from wegodev
**web calculator application** is designed to work like an ordinary electronic pocket device. Press the buttons, the numbers appear on the display, press '=' to print the result, press 'C' to clear, 'del' to delete etc.
:rocket: [**Get Started**] **https://naandalist.github.io/web-calculator/**
### Simple Operations:
The web app calculator supports the following operations:
- Addition ('+')
- Subtraction ('-')
- Multiplication ('*')
- Division ('/')### Build using:
- HTML5
- CSS3
- Vanilla JavaScript### License
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)