TIY-LR-FEE-2015-June / assignments

0 stars 3 forks source link

8.1-restaurant-menu - Scott_Green #200

Open scott6455 opened 8 years ago

scott6455 commented 8 years ago

Deliverables

Imagine Bangkok Thai Cuisine has come to you and asked you to help them build a web presence. They don't know anything about the Internet, but they know they need a web page and a way for users to order online. They want an interactive menu that displays all of their food choices with prices, descriptions, etc. They want the customer to be able to select menu items and create an order with a total price. When the user saves the order, it should console.log the

Create a Backbone.js app, using the tiny-lr server, to create a dynamically updating menu page. See Additional Resources below for an example online menu. For normal mode you can immediately add an item to the order instead of having a comments or asking how many should be in the order.

Tasks

Getting Started