Frequently Asked Questions
- What is Detroit Eats?
-
Detroit Eats is an educational website created for the ITWP 1100 course. It highlights popular Detroit food items while demonstrating JavaScript and web design concepts.
- Is Detroit Eats a real restaurant?
-
No. Detroit Eats is not a real business. It is a student project created strictly for educational purposes and web development practice.
- What skills does this website demonstrate?
-
The site demonstrates HTML structure, CSS styling, JavaScript interaction, form validation, calculations, image galleries, and FAQ toggling behavior.
- How does the meal cost calculator work?
-
The calculator allows users to enter an item price and quantity. JavaScript then calculates the subtotal, sales tax, and total cost dynamically.
- Are the images on this site real?
-
The images represent common Detroit food styles and are used only for demonstration purposes within this project.
- Can users submit real feedback?
-
The feedback form demonstrates JavaScript validation only. Submitted data is not stored or sent anywhere.
- Why is there an FAQ section?
-
The FAQ section fulfills Project 3 requirements by demonstrating interactive JavaScript behavior using event handling and DOM manipulation.