TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Open source localStorage based mockup tool

30 pointsby fatiherikliover 12 years ago

3 comments

benmannsover 12 years ago
I made a mockup for a certain news website on which users submit links and 'upvote' the others' submissions that they like [1]. I wonder if there would be any way to base64 encode the mockup data so that it could be passed in a 'Share' URL instead of with the JavaScript hack I'm using. I would think it'd be too long (my JSON data is 2235 characters), but since the hash is client-side I don't think it matters. Hashify is doing something similar.[1]<p>[0] <a href="https://gist.github.com/4111659" rel="nofollow">https://gist.github.com/4111659</a><p>[1] <a href="http://hashify.me/" rel="nofollow">http://hashify.me/</a>
评论 #4805133 未加载
desireco42over 12 years ago
I think this is awesome. Most of the time I don't really need more then you put, so it is simple, obvious and looks good. I like it and it could be good tool for collaboration if it used anything but localstorage which I suppose is easy to fix, I forked it so... Thanks for making this.
lucb1eover 12 years ago
Looks like Pencil, only web-based and less powerful.