Our project is making a calculator but it's not as simple as it sounds.
when you want to create a simple calculator you need to have a knowledge of a programming language and designing language to make it satisfying to look at.
how does the calculator works?
In a simple way you have operating buttons and number buttons.
The operating buttons cannot be pressed before the first number, they are use to choose which operation you want to do (+, -, *, /).
The number buttons they are used to choose the numbers you want to operate on for example
1 + 1.
Now we go to the equal sign (=) which takes two numbers and an operation and then acts upon them, after you finish the basics you can move to the harder things to implement (sin(x), cos(x)....).
but the tricky part is how to implement that to coding.
You need to be knowledgeable in HTML, CSS, Java Script and JQuery.
No comments:
Post a Comment