Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)