North-Seattle-College / ad440-winter2021-thursday-repo

NSC AD 440 Winter 2021 Thursday cohort practicum repo
Apache License 2.0
2 stars 27 forks source link

Added React JS UI for button deleting task #282

Closed chonger878 closed 3 years ago

chonger878 commented 3 years ago

Closes #253

This PR: -Has a React JS UI for a delete button -This "delete button" would delete a task at the user's request

To test the button: 1.) Type npm start (either inside VSC or nodejs) 2.) Window will open in your default browser (Mines was set to Firefox) 3.) Navigate to users/{user_id}/tasks 4.) Add/Find an existing task 5.) Press the "Delete Task" button 6.) The task should be deleted at this point--to check, you can navigate to the tasks page and see if it has been deleted.

Note: DISCLAIMER: I have not been able to get the react app to run. I have tried npm start and npm start run. I even researched the problem on stack overflow, which involved me checking the package.json file for both the app and the REACT UI, but I haven't been able to find a concrete solution. I am not sure if it is my machine or if it is a potential BUG. Just a heads up.

unicornsleuth commented 3 years ago

Can you please provide a walkthrough of how to test this?