Loki-Code201 / foodwise

With this app one will be able to reduce food waste as well as track food purchases. It will enable a user to monitor their food inventory.
https://loki-code201.github.io/foodwise/
MIT License
1 stars 1 forks source link

Create form for pantry.html #20

Closed KasonBraley closed 3 years ago

KasonBraley commented 3 years ago

Create the structure for the form on pantry.html

KasonBraley commented 3 years ago

Initial structure of the form is here on my branch: https://github.com/Loki-Code201/PantryPal/commit/17d0f06879f6162850b1fb92c02364a27d3996b4

KasonBraley commented 3 years ago

Created two functions. renderTableRow() and RenderTable()

Current functionality is a submission from the form on pantry.html gets appended to the rough html table.

See: https://github.com/Loki-Code201/PantryPal/commit/8ad03f648ebaaac3ed375b34158fd8a575b2de27

Current functionality: first table

KasonBraley commented 3 years ago

Initial form and table structure has been setup. https://github.com/Loki-Code201/PantryPal/pull/21