I’m Building Apps for 14 Days Straight
An indie developer has committed to building and shipping small mobile apps every day for 14 days. The developer aims to create reusable apps that can be rebranded and launched quickly, focusing on consistency rather than perfection. The project has already yielded one app submitted for review and another completed, with the developer documenting the process to maintain accountability.
- ▪The developer is building and shipping small mobile apps daily for 14 days.
- ▪One app is currently under review by the Google Play Store, and another white-label app is completed.
- ▪The focus is on creating reusable app systems rather than striving for perfection.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3943529) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } 0x2e Tech Posted on May 21 I’m Building Apps for 14 Days Straight #programming #react #reactnative #productivity Most hobby projects die in a folder. Mine almost did too. But 11 days ago, I decided to publicly build and ship small mobile apps every single day — no investors, no team, no “startup grind” posts. Just shipping.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).