Project Information
- Language: HTML
- Client: Online Food Customer
- Project URL: www.Wingz&Thingz.com
Tennille's Wingz & Thingz
This food order site was a project given to me during my MIT professional corticate in coding Bootcamp. Requirements were to create a food ordering app that allows a customer to order food online and provide a confirmation message of their order. I created a form using HTML and styled with Bootstrap and CSS requiring the customer to input their name for the order, count of wings they would like and gave them the choice to add fries, make the wings boneless and to select a flavor for the wings. Then the customer can select the quality for the order and any additional instructions like add ranch sauce or to put the flavor sauce on the side and not on the wings. In this project I utilized the input feature is different ways: as a text box for the customer to enter their name and addition instructions, as a checkbox for the customer to add fries or make their wings boneless and a number for the customer to the quality of the order. I also used the selection feature to give the customer specific choices for the count and flavor of wings. Once the customer submits their order they receive a message confirming everything in their order and then their order is moved to the recent order section of the form.