simple calculator & currency converter built using HTML5, CSS3 and JavaScript, Made as a project while learning javascript.
- I can add, subtract, multiply and divide two numbers.
- I can clear the input filed with a clear button.
- I can convert the number has typed into the calculator into different currencies.
- Shekels into US Dollars
- Dollars into Shekels
- Shekels into Euros
- Euros into Shekels
you can view my app here.
- Clone code from github by copy the link.
- Open git bash.
- Write git clone and paste the link.
- To open the code, write (code .).
- To show the pages, open Go live Or right click mouse and select "open with live server".
- HTML5.
- CSS3[for style/Presentation].
- JavaScript[for logic/working of calculator].