Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 555 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 555 Bytes

Calculator

Overview

This is a simple calculator made with pure HTML, CSS and Javascript.

Details

It is a working calculator which can perform basic arithmetic operations of addition, subtraction, multiplication, division and modulo operaton. It also has a Delete button (DEL) which backspaces a character from the screen and an All Clear (AC) button which clears entire screen.

Demo Link

The project is deployed online on github-pages. You can use it online here