Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 521 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 521 Bytes

basic-calculator

It is a simple calculator consist of calculator screen and caculator keys. I have achieved screen via input tag of html and designed the interface of calculator keys using grid. For calculation I have provided addition, subtraction, multiplication, division and modulo operator. Simply after entering your equation You need to press equal to and result will be updated. For calcultion I have used eval function of javascript which makes work easy for me.

This is a brief introduction to this project.