Modified file articles.css to include additional styling
Modified file articlesform to include cancel button and functionality.
1. Modified file registration to include a username form text field and saving the username to the database
Steps to Review
Checkout this branch locally.
git fetch --all
git checkout hcr-cleanup
Open a new Terminal tab (⌘T) and navigate to the server directory.
Test app functionality.
Instructions for how reviewer can test functionality, and detailed description of what the expected outcome is.
Example: When user does BLANK, then BLANK should happen.
View code file.
Confirm file modifications are present as indicated above.
Confirm no unused code or extraneous comments exist.
Changes Made
articles.css
to include additional stylingarticlesform
to include cancel button and functionality. 1. Modified fileregistration
to include a username form text field and saving the username to the databaseSteps to Review