taull / Homework

0 stars 0 forks source link

2015-02-19 #20

Closed jacobthemyth closed 8 years ago

jacobthemyth commented 9 years ago

majestic-thai

Description

A dynamic restaurant page

Objectives

Learning Objectives

After completing this assignment, you should:

After completing this assignment, you should be able to:

A "client" has approached you and asked you to help them build a web presence. They are a local Thai restaurant called Majestic Thai. They don't know anything about the Internet, but they know they need a web page. They want an interactive menu that displays all of their food choices with prices, descriptions, etc. They also 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 create a new item on the backend so that the kitchen can process the order. The rest is open ended, so feel free to add any additional functionality you want.

Create a Backbone.js app, using Parse as a backend, to create a dynamically updating menu page. See Additional Resources for an example.

Hard Mode