Fan Zone
This page includes interactive features built with JavaScript. The first feature is a simple calculator that estimates game day costs based on user input. The second feature uses a switch statement to display different fan experiences.
Both features are relevant to the Detroit Lions theme and demonstrate basic programming logic. This helps practice using functions, user input, and conditional statements as required by the course project.
Try the calculator first, then pick an option from the fan experience selector below to see a message. After that, use the feedback form to share your Lions fan interests and comments.
Chapter 2 Feature: Game Day Cost Calculator
Enter the number of tickets, the cost per ticket, and optional parking/food cost to estimate a total.
Total: $0.00
Chapter 3 Feature: Pick Your Fan Experience (Switch)
Choose an option and click the button to see a message.
Message: Choose an option above.
Project 2 Feature: Detroit Lions Feedback Form
This form gathers information relevant to the website and gives visitors a way to share their Lions fan experience. The form uses JavaScript for the date message, validation, and custom feedback as required for Project 2.
The form is included on the Fan Zone page so it remains part of a page with sufficient related content. Please fill out every field before submitting.