Skip to content

NSM722/Restaurant-Ordering-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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