day-cohort-70 / shepherds-pie-stormy-monday

shepherds-pie-stormy-monday created by GitHub Classroom
0 stars 0 forks source link

Add pizza form #13

Open lsand18 opened 5 months ago

lsand18 commented 5 months ago

on the order view page, a button will render to add a pizza to the order

That will navigate to the Add pizza form

  1. create "AddPizzaForm.jsx" under forms
  2. create a form with dropdowns for crust, cheese, and sauce
  3. create radio buttons for pizza toppings
  4. Create a "Add pizza to order" button
  5. this button should save the pizza to the database with the correct order id.
  6. This button should naviagte back to the order view page