Football Score Calculator
Football scoring can be confusing when you are first learning the game. Teams can score in different ways, and each one is worth a different number of points. This page helps make it easier to add a score up.
On this page, the user enters the number of touchdowns, extra points, and field goals. Then JavaScript uses a function to calculate the total score. This is a simple way to show how math and user input can work together on a website.
This feature fits the football theme because scoring is one of the main parts of the game. It also matches the project requirement because it uses a function to do a calculation based on what the user types in.
Enter numbers and click the button.