26 free browser tools, zero backend: how we built SnappyTools
SnappyTools is a collection of 26 free browser tools for developers, writers, and designers — things...
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 === 3863980) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Snappy Tools Posted on Apr 30 • Originally published at snappytools.app 26 free browser tools, zero backend: how we built SnappyTools #javascript #webdev #productivity #beginners SnappyTools is a collection of 26 free browser tools for developers, writers, and designers — things like a JSON formatter, readability checker, gradient generator, UUID generator, and more. No accounts, no data uploaded, no subscriptions. This post covers the architectural choices we made and why.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).