Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 740 Bytes

to-do-list.md

File metadata and controls

20 lines (16 loc) · 740 Bytes

To-Do

  • Create DB [x] generate tables

  • Create GET pizza [x] make an axios GET request (result will be an array of objects) name, description, image_path and cost properties. [x] render pizza on DOM (maybe use mock array?)

  • [] create POST order (result will be a complicated JSON object) [] add pizza button which will post to db [] button that when clicked takes us to customer information form [] Customer Info Form [] inputs for info [] pickup or delivery radio buttons [] Checkout Component [] display all info from pizza cart and customer info form [] checkout button that clears [] add checkout button to take user back to home page