Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 507 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 507 Bytes

alt text

JavaScript Calculator

Calculator built during week 4 of my software development course at _nology and tested using Cypress.

Supports negative number and decimal inputs.

Responsive on PC and Mobile.

Instructions

Use as you would use a regular calculator.

If you want to use negative numbers, press the "+/-" button before the number you want to be negative.

Languages/Frameworks Used

  • HTML 5
  • CSS 3/SCSS
  • Javascript ES6
  • Cypress