Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.11 KB

README.md

File metadata and controls

19 lines (14 loc) · 1.11 KB

Restaurant Ordering App

App functionality:


  • Renders menu items on load
  • User can add/order the items via an add(+) button
  • Ordered items appear at the bottom of the page in the order summary section
  • The user has the ability to remove/delete an item(s) from the order summary
  • To complete the order, a payment modal will pop up for the user to enter card and name details
  • The payment form performs particular checks, in case of any errors or incomplete inputs in the user will be notified
  • Upon payment, the user receives a success message that the order is on the way

Order delicious treats now at Jimmy's Diner

restapp_1

restapp_2

restapp_3