NSS-Day-Cohort-49 / react-nutshell-state-slingers

react-nutshell-state-slingers created by GitHub Classroom
0 stars 1 forks source link

HCR-ArticlesList #17

Closed hcrudge closed 3 years ago

hcrudge commented 3 years ago

Changes Made

  1. Added .jpg profile picture.
  2. Added Article files to create Article List, Article Provider, Article Form, Article Card and Article css.
  3. Articles list displays and form posts and deletes to the .json file. ​

    Steps to Review

  4. Checkout this branch locally.
    git fetch --all
    git checkout hcr-articleslist
  5. Open a new Terminal tab (⌘T) and navigate to the server directory.
  6. 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.

  7. View code file.

    Confirm file modifications are present as indicated above. Confirm no unused code or extraneous comments exist.

luzm321 commented 3 years ago

Looks great and functionalities are working! 👍

KippMinton commented 3 years ago

bravo!