/Web-Scientific-Calculator

The Repository is about a simple web calculator made from HTML, CSS and JS

Primary LanguageHTML

Web-Scientific-Calculator

The Repository is about a simple web calculator made from HTML, CSS and JS

  1. The HTML file uses basic HTML forms tag and input tags for buttons.
  2. The CSS file uses basic syntax to beautify the buttons.
  3. Only JS function used here is eval() to evaluate expressions.