• Create files and do basic setup
  • Source Files
  • Setup server static files with port 5000 and test server
  • Server listening
  • Check local host
  • Get basic html page set up
  • client JS - start with just add function
  • document ready now, ensure jquery sourced, click handler for add button
  • check to make sure receiving input fields, declare global variables input1 & input2
  • object constructor to turn into object and post through ajax
  • ajax - POST
  • .done and .fail (message responses) - console.log
  • req. body
  • GET
  • append addition result to DOM
  • subtraction complete
  • multiply complete
  • divide complete
  • clear button - clear field and result
  • style