- The main idea of the project is to create a calculator that can do arithmetic operations such as
- addition
- subtraction
- multiplication
- division.
- In addition this calculator have a currency converter by which convert the number the user will type into different currencies:
- Shekels into US Dollars
- Dollars into Shekels
- Shekels into Euros
- Euros into Shekels.
- The user can use the calculator for arithmetic operations and for currency conversion.
- As a user, I should be able to enter a value and use the calculator to calculate simple arithmetic operation such as
- Shekels into US Dollars
- Dollars into Shekels
- Shekels into Euros
- Euros into Shekels.
- As a user, I should be able to enter a value and use the calculator to convert between currencies such as
- Shekels into US Dollars
- Dollars into Shekels
- Shekels into Euros
- Euros into Shekels.
- As a user I require the calculator to be as simple as posible.
- HTML: to build the structure of the page
- CSS: to style the calculator
- JS|DOM Manipulations: To create interaction between the page and the user
- On your desktop open gitBash
- git clone https://github.com/GSG-FC03/Calculator-Doaa.git
- cd Calculator-Doaa
- code .
- open index.html file ,then Right-click with the mouse ,then select open with live server.