Mortgage Calculator 🏡
This mortgage calculator is a great pre-move tool to help you figure out how much house you can afford. You can play with variables like mortgage length and interest rate to compare how much your monthly loan payment can change.
Mortgage Amount
Mortgage Term (years)
10
Interest Rate (%)
Hit this button ↓ to see your results
Submit
Personal Carbon Footprint Calculator 🌏
Quickly answer questions about your daily habits, such as transportation, energy usage, and diet, and receive a personalized result. We've included average values and tips to assist your estimation process. Complete the questionnaire to learn how your lifestyle compares and uncover ways to reduce your carbon footprint. Give it a try – small changes can make a big difference for our planet!
Monthly Electricity Usage (kWh)
The average American household consumes about 877 kWh per month. (Source: EIA)
Monthly Natural Gas Usage (Therms)
The average American household uses about 50 therms per month. (Source: EIA)
Primary Vehicle Type (Gasoline, Diesel, Hybrid, Electric)
The majority of Americans drive gasoline-powered vehicles, but electric and hybrid cars are becoming more popular. (Source: BTS)
Please select...Gasoline Diesel Hybrid Electric None Other
Average Miles Driven Per Month
The average American drives around 1,000 miles per month. (Source: FHWA)
Use of Public Transportation (Hours Per Month)
The average American spends about 6 hours per month on public transportation. (Source: BTS)
Estimated Active Transportation (Walking, Cycling, etc.) in Hours Per Month
The average American spends roughly 10 hours of trips walking or biking. (Sources: NHTS, BLS)
Percentage of Diet Consisting of Meat (Beef, Pork, Poultry, etc.)
Based on estimates of the USDA Dietary Guidelines, the recommended diet for an average American should contain roughly 40.8% meat. (Sources: USDA)
30 %
Percentage of Diet Consisting of Plant-based Foods (Fruits, Vegetables, Grains, etc.)
Based on estimates of the USDA Dietary Guidelines, the recommended diet for an average American should contain roughly 59.2% plant-based foods. (Source: USDA)
30 %
Average Amount of Household Waste Generated Per Week (lbs)
The average American household generates around 86.7 pounds of household waste per week. (Sources: EPA, US Census Bureau)
Recycling Habits (Percentage of Waste Recycled)
The recycling and composting rate for municipal solid waste in 2018 was 32.1%. (Source: EPA)
30 %
Number of Flights Per Year (Short, Medium, and Long-haul Combined)
The average American takes about 2 flights per year.
Hit this button ↓ to see your results!
Submit
Example Input Types for the Flourish Calculator Template
Number Input
This is an example of number input. For number inputs the minimum, maximum and step values can be optionally set in the format:
min: 0 :: max: 10 :: step: 2
Text Input
This is an example of a text input. The answer output will be a string of text.
Single Response Buttons
This is an example of single response buttons. Only one from multiple buttons can be active. This question type requires answer values separated by :: (double colon), for example apples :: pears
Multi Response Buttons
This is an example of multi response buttons, where multiple buttons can be active. This question type requires answer values separated by :: (double colon), for example apples :: pears
Dropdown
This is an example of a dropdown. This question type requires answer values separated by :: (double colon), for example apples :: pears
Single Date Picker
This is an example of a single date picker. Users can select a single date.
Multi Date Picker
This is an example of a single date picker. Users can select multiple dates.
Range Date Picker
This is an example of a range date picker. Users can select a date range.
Rating
This is an example of an icon-based rating input, where numeric input is required. Rating values must be numeric and are also to be separated by ::. Labels shown above or below the rating icon can be added to each value with the notation value >> label. An example with set labels for a three-star rating would be 1 >> Bad :: 2 :: 3 >> Great
Single Slider
This is an example of a single slider, where numeric input is required. Typically set with options. min and max set the allowed range, step the smallest distance between values, value the initial value. Whatever is added as prefix will precede the slider value, whatever you add as a suffix will be appended after the slider value. An example with all available options would be:
min: 0 :: max: 100 :: step: 1 :: value: 20 :: prefix: $ :: suffix: USD
If not set, the following options are used by default:
min: 0 :: max: 100 :: step: 1 :: value: 50
Range Slider
This is an example of a range slider, where numeric input is required. Typically set with options. min and max set the allowed range, step the smallest distance between values, value the initial value, with comma-separated values for multiple slider handles.