Added Article files to create Article List, Article Provider, Article Form, Article Card and Article css.
Articles list displays and form posts and deletes to the .json file.
Steps to Review
Checkout this branch locally.
git fetch --all
git checkout hcr-articleslist
Open a new Terminal tab (⌘T) and navigate to the server directory.
Test app functionality.
Articles from .json should display. User clicks "new article" to add an article. When added, new articles should display and be in permanent state in the .json server.
View code file.
Confirm file modifications are present as indicated above.
Confirm no unused code or extraneous comments exist.
Changes Made
Steps to Review