Skip to content

Instantly share code, notes, and snippets.

@Lucho2027
Created August 11, 2019 14:40
Show Gist options
  • Save Lucho2027/6387afd979da99242787656673dc77d0 to your computer and use it in GitHub Desktop.
Save Lucho2027/6387afd979da99242787656673dc77d0 to your computer and use it in GitHub Desktop.
Assignment 9.5 - Shopping list: Render the list - For the 3 remaining user stories (add items, check/uncheck items, and delete items), plan out each function in pseudocode (plain language).
Add items : User enter item on form, after the user submit the form, the text entered should be added to the shopping list. The text entered should be the name of the item. Numbers and blank spaces should not be added to the list. Each item added should have the two buttons of "Check" and "delete".
Check/Uncheck items: On click this button should strike the name of the list item to which it belongs too, to mark the item as completed or acquired.
Delete items: On click this buton should eliminate the item and both of the buttons attached to the item on the list to remove it from the shopping list.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment