Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.12 KB

README.md

File metadata and controls

25 lines (22 loc) · 1.12 KB

JS-Calculator

repository-open-graph-template It is a simple JavaScript application that includes:

  • 🧮 a calculator,
  • 🌡 a temperature converter,
  • 💰 an currency converter.

What's in this project?

  • index.html -This file contains HTML code of the whole application.
  • style.css
    • This file contains CSS code, which allows to style the HTML code of the app.
  • menu.js
    • This file contains JS source code of the burger menu. Thanks to that user can choose which application he or she watns to use at the moment.
  • calculator.js
    • This file contains JS source code of calculator application.
  • temp-convert.js
    • This file contains JS source code of temperature converter application. User can choose diffrent units to convert:
      • Celcius
      • Farenheit
      • Kelvin
  • currency-convert.js
    • This file contains JS soursce code of currency coverter application. This aplication is based on free exchange rate API: https://exchangerate.host/. User can choose between various currencies to convert.