Active lessonCreative App Lab · Habit Tracker
Learning in progress00:00
Active learning

Build the Habit Tracker interaction flow.

Complete one step, use the references when needed, and keep personal notes as you work.

2 of 3 complete
  1. Set up the primary screen and basic navigation.Complete
  2. Prototype the core habit-tracking flow.Current step
  3. Test the interaction flow and revise one confusing step.Up next
Walkthrough preview

Interaction-flow walkthrough

A short, silent walkthrough.

Reference preview

Interaction-flow pattern

A reference for moving between Habit Tracker screens.

screen = "Today"
if action == "add_habit":
    screen = "New habit"

# Test whether the next screen is clear.
Guide preview

Design testing checklist

A compact checklist for noticing and revising one confusing step.

  • Can someone identify the next action?
  • Does the screen explain what changed?
  • Which step caused hesitation?
← All perspectives