TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: rest.quest – A tiny, local-first todo webapp with S3 sync

6 点作者 beingflo将近 3 年前

1 comment

beingflo将近 3 年前
Hi HN,<p>I challenged myself to get a small webapp built and launched in 16 hours of work from start to finish. This is the result: A tiny, very opinionated todo list application. The feature set is tiny, but it lends itself to keep track of stuff to do for the day, things to get back to etc.<p>Since it keeps its state in local storage, you can just visit the website and start using it without any signup.<p>To keep the state synchronized between work and home, I built a very simple S3 integration. This keeps the state between devices in sync via the S3 bucket.<p>You can find the code on github: <a href="https:&#x2F;&#x2F;github.com&#x2F;beingflo&#x2F;rest.quest" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;beingflo&#x2F;rest.quest</a>