Project done as a part of Technigo bootcamp. Practice parts of JavaScript learned thus far to create a little text-based bot which can be used to order pizza on your computer.
Learning objectives:
- Be comfortable using variables
- Know some string methods to modify strings
- Understand control flow and the use of conditionals statements
- Be able to write basic functions which take arguments and return values
- Connect the JavaScript to show visual feedback in the HTML
In our first pair programming session, my partner and I walked through the iterations together. Then we started in on the work of really making the JavaScript visible and converting the alerts to chat bubbles to display in the HTML. Overall it was super helpful to have a partner to work with this week since the assignment felt extra challening. I appreciated having a partner to work through all these puzzles of how to get our little pizza bot to do what we wanted.
- Pair Programming
- JavaScript
- HTML5
- CSS
🔵 Blue Level
- Work together in a pair, make sure both of you understand what's happening.
- Complete all project iterations.
- Show the final order summary visually by updating the DOM using Javascript.
🔴 Red Level (Intermediary Goals)
- Make an HTML form for the input of the user's name, pizza type, number of pizzas. Choose the form elements that you think fit the purpose best.
⚫ Black Level (Advanced Goals)