Tested tool guide
Tested browser tools
Checked August 16, 2026
What Water Intake Tracker does, with a checked example
Water Intake Tracker adds up every drink you log against a daily volume goal you set in ounces or milliliters, fills an on-screen glass in proportion to what you've logged, and counts a day toward your streak only if the total reaches 100% of goal before the day rolls over. Entries live in that browser only, so switching devices or clearing site data starts you over. The most common surprise: changing your unit (oz to ml) partway through doesn't convert entries you already logged, so a mid-day unit switch can make the running total look wrong until you check which unit each entry used.
Worked example
A concrete input and expected output from the current implementation.
Input
Daily goal set to 64 oz, default glass size 8 oz, 3 glasses logged so far today
->
Expected output
24 oz logged, 40 oz remaining, glass shown 37.5% full
3 glasses x 8 oz = 24 oz logged; 64 - 24 = 40 oz remaining; 24 / 64 = 0.375, or 37.5% of the daily goal.