Academyacademy / vibe-102 / choose-mini-app
Choose Your Mini App
What this is
This is the Vibe 102 app menu.
You have freedom of choice, but every app must use the same safe pattern:
Flow
one list of items -> add -> update or mark -> delete -> save with localStorageWhy it matters
Choice keeps the class personal. The shared pattern keeps the room manageable.
If every learner builds a different kind of system, tutors lose the room.
What to do
Choose one:
| App | Item | Update action |
|---|---|---|
| Mission Task Tracker | task | complete or incomplete |
| Habit Tracker | habit | done today or not done |
| Expense Tracker | expense | paid, unpaid, or category |
| Project Bookmark Manager | bookmark | favorite or not favorite |
| Lead Tracker | lead | new, contacted, or follow-up |
| Study Flashcards | card | mastered or not mastered |
| Mini Journal | entry | mood or pinned status |
| Recipe Idea Saver | recipe idea | tried or not tried |
Use this rule:
Reference
If the app cannot be explained as one list of items the user can add, update, delete, and save, it is too big.If unsure, choose Mission Task Tracker.
Common mistakes
- Choosing a booking app, marketplace, or social network.
- Adding multiple user types.
- Adding admin panels.
- Picking an app that needs a real database today.
- Choosing an app that needs image upload, API data, or login.
Vibe 102 / Current checkpoint
Choose Mini App
Ready to stamp - Saved in this browser only.
0 of 16 checkpoints complete
0 of 16 checkpoints complete.