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.

Show HN: An instantly usable To-Do List desktop Web App, no sign-up/log-in

11 pointsby clothsover 1 year ago
... by saving data in the URL, base64 encoded.<p>About a year ago I wanted a fast, simple, throwaway, no sign-up&#x2F;log-in To-Do List at my fingertips at work, I couldn&#x27;t find one so I built one myself, in a quick and dirty way.<p>Recently I decided to release to public, so I rewrote, productise it a bit, added markdown support, added dark mode, added extension for chromium browsers etc, and this is it. May you find this small utility website useful if you happen to need something like this as well.<p>Some tech &amp; non-tech bullets<p>- Pure static website<p>- Data goes up to URL on updating, base64 encoded, non-hashed spa style<p>- Rewrote with React &amp; Redux<p>- ChatGPT assistance for markdown parsing, regex and its unit testing<p>- Playwright for testing<p>- CDN with AWS CloudFront<p>Any feedback and comments are appreciated.<p>----<p>A note on saving data in the URL, To-Do lists usually wouldn&#x27;t be too long so saving its data in URL seems a natural fit, plus my initial sketchy research showed ff max URL is 64k and chrome can go MBs. But actually in real world, if you take server and CDNs into consideration, 8k seems to be a de facto limit (<a href="https:&#x2F;&#x2F;stackoverflow.com&#x2F;a&#x2F;417184" rel="nofollow noreferrer">https:&#x2F;&#x2F;stackoverflow.com&#x2F;a&#x2F;417184</a>), still enough for usual todo lists :)<p>Previous discussions on HN about saving data in URL, <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=34312546">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=34312546</a>, <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=2464213">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=2464213</a>, <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=20317840">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=20317840</a>

3 comments

nashashmiover 1 year ago
I think you just changed the UI from a bottom floating toolbar (huh???) to a tool menu in each task. Great!<p>It works terribly in dark mode. Give the icons a white glow.
评论 #38139388 未加载
graphitoutover 1 year ago
I like the tool. Is there a way to make the app move to the middle. Currently all the content appears on the left side.
评论 #38093001 未加载
hunterhodover 1 year ago
Why not just store the data in localStorage?
评论 #38102233 未加载