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

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

lkm task #20

Closed KippMinton closed 3 years ago

KippMinton commented 3 years ago

Changes Made

  1. Added no new files
  2. Modified file TaskProvider to include getTaskById and functionality.
  3. Modified file TaskForm, to include saveEditTask, saveNewTask and functionality.
  4. Modified filetask.css

    Steps to Review

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

  8. View code file.

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

mtrevin93 commented 3 years ago

Awesome job 👍

luzm321 commented 3 years ago

Looks great! All functionalities added are working (adding a new task, modifying/editing a task, deleting a task, and marking a task as complete and disappears from list) 💯