Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 501 Bytes

File metadata and controls

20 lines (14 loc) · 501 Bytes

JS-Calculator-Lab

Part 1

Requirements

  1. A user can view the calculator in Standard mode
  2. A user can view the calculator in Scientific mode
  3. A user can toggle between the Scientific and Standard Views
  4. The system should change the color of the button when the user hovers the mouse over the button

Mock Ups

Standard View

alt text

Scientific View

alt text

Part 2

Will be released after part one completion....