Goal
Build the Kopi Maker screen where the user can choose options and see a generated Kopi name update in real time.
What needs to be done
- Define Kopi options (milk, sugar, strength, temperature) and a
buildKopiName helper.
- Add a small Zustand store to hold the current options and computed Kopi name.
- Implement the Kopi Maker UI:
- Show the current Kopi name.
- Provide controls to change each option.
Done when
- Changing any option updates the Kopi name immediately.
- Navigation from Home to Kopi Maker works without errors.
pnpm lint and pnpm typecheck pass.
Goal
Build the Kopi Maker screen where the user can choose options and see a generated Kopi name update in real time.
What needs to be done
buildKopiNamehelper.Done when
pnpm lintandpnpm typecheckpass.