Academyacademy / vibe-102 / final-quality-check
Final Quality Check
What this is
Final Quality Check is the last polish gate before showcase.
It checks whether the app is usable, not just technically working.
Why it matters
A mini app can have working code and still feel confusing.
Before showing it, make it clear for tired people, small phones, and keyboard users.
What to do
Run this checklist:
- The input has a clear label or placeholder.
- The Add button looks clickable.
- Empty input shows what to fix or does nothing safely.
- Added items are easy to read.
- Complete/update and delete controls are clear.
- The app fits on phone width.
- Tab key can move through the input and buttons.
- Refresh keeps saved items.
- The learner can explain which file changed.
Use this prompt if the app needs simple polish:
Copy prompt
CONTEXT:
I have a working Vibe 102 mini app.
CURRENT STATE:
The app can add, update, delete, and save items with localStorage.
TASK:
Review it for final class quality before showcase.
CHECK ONLY:
- clear input
- clear buttons
- readable list items
- empty input behavior
- mobile width
- keyboard Tab flow
- refresh still keeps items
OUTPUT:
Give the top 5 smallest improvements and one final test checklist.
Rules:
- do not add new features
- do not change the app idea
- do not redesign the whole app
- keep fixes beginner-friendlyStop when this is true:
Reference
The app is clear enough to demo in 30 seconds.
The core add/update/delete/save behavior still works.Common mistakes
- Polishing colors while the Add button is broken.
- Adding new features during final polish.
- Forgetting to test on a narrow phone width.
- Making the app pretty but harder to read.
Vibe 102 / Current checkpoint
Final Quality Check
Ready to stamp - Saved in this browser only.
0 of 15 checkpoints complete
0 of 15 checkpoints complete.