Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.

First pair-programming project. We used JavaScript to build a pizzabot.

Notifications You must be signed in to change notification settings

pwangy/PROJECT-Pizza-Bot

 
 

Repository files navigation

Pizza Bot - Overview

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:

  1. Be comfortable using variables
  2. Know some string methods to modify strings
  3. Understand control flow and the use of conditionals statements
  4. Be able to write basic functions which take arguments and return values
  5. Connect the JavaScript to show visual feedback in the HTML

Approach

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.

Core Tech

  • Pair Programming
  • JavaScript
  • HTML5
  • CSS

Requirements Completed

🔵 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)

  • Style and structure your HTML/CSS so the user is guided through the ordering process. You could take inspiration from these chatbots: Kubert, Milo

View it live

https://pwangy-pizzabot.netlify.app/

About

First pair-programming project. We used JavaScript to build a pizzabot.

Topics

Resources

Stars

Watchers

Forks

Languages

  • JavaScript 52.3%
  • CSS 29.1%
  • HTML 18.6%