Modified file message form to include the initial message form and functionality.
Steps to Review
Checkout this branch locally.
git fetch --all
git checkout cthgiffy
Open a new Terminal tab (⌘T) and navigate to the server directory.
Test app functionality.
When user is logged in they should be able to see the message form on the screen. currently the send/cancel buttons are not functioning for the confirmation message but they are present on the page.
View code file.
Confirm file modifications are present as indicated above.
Confirm no unused code or extraneous comments exist.
Changes Made
messageform.js
tomessage
directory.message form
to includethe initial message form
and functionality. Steps to Review