Website Development Question

Topics are: (CH8) Modules, Objects, and Forms (Processing forms with JavaScript) + Introduction to PHP (CH9) Introduction to Bootstrap CSS, create the HTML markup for your UI.

Over the next seven chapters, you will build a shopping-cart style application called CoffeeRun to manage coffee orders for a food truck. You will create CoffeeRun in three layers of code: the UI, the internal logic, and the server communication.

(CH8) In this chapter, you will create the internal logic and interact with it through the DevTools console

(CH9) You will be creating the UI for the CoffeeRun app in two parts. The first consists of a form into which a user can enter a coffee order with all of its details. In the second part, the existing coffee orders will be displayed in a checklist. Each of these parts will have a corresponding JavaScript module to handle user interaction.

SAMPLE ASSIGNMENT
Powered by WordPress