Closed jacobthemyth closed 9 years ago
At time of posting: 0% CSS. This is raw HTML-level, but all basic functionality is in place. No login implementation here yet. Gonna work through some Upcase tonight, but I plan on adding both auth & SASS styling tomorrow. Thanks!
majestic-thai
Description
A dynamic restaurant page
Objectives
Learning Objectives
After completing this assignment, you should:
Performance Objectives
After completing this assignment, you should be able to:
Details
Deliverables
main.js
index.html
Requirements
Normal Mode
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
Additional Resources