Build a Tweet-Sized App Gallery
Build a gallery of tiny functional web apps — each implemented in 280 characters or less of JavaScript.
Requirements
Gallery grid of at least 10 tweet-sized apps (clock, color picker, counter, etc.)Each card shows: title, live preview iframe, character count, and the codeClick a card to open it full-screen with an editable code areaLive preview updates as the code is editedCharacter counter that turns red when over 280Share button that creates a URL with the code encoded in the hashSubmit your own: form to add a new tweet-sized app to the galleryTechnical Notes
Render each app in a sandboxed iframe using srcdoc. The challenge is curating genuinely clever tiny apps.
Bonus Points
Upvote/favorite systemCategory tags (game, tool, art, utility)Minification helper that tries to compress code under 280