@thief
Aim: launch a MVP bubblewrap popper mini-app on Farcaster.
Goal: learn about how the different lego pieces (e.g. vercel, db, fc sdk, frontend) work with each other rather than web design specifically
Mini-app functions in MVP: populate grid of unpopped.png, touch bubble to pop, play sound, show popped.png & increase count
Progress:
1. Learnt and pushed with Git
2. Learnt about Vercel deployment (and pricing plans)
3. Vibe coded a bubblewrap popper that runs locally
Next steps: host webpage + assets on Vercel, and integrate FC SDK (?), launch
After MVP (in descending priorities):
1. Save user popped count across sessions, using FC authkit + some db that works with Vercel (i think the db needs api integration)
2. Force touch triggers (dynamic touch surface area to trigger pop)
3. Beautify app