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: rest.quest – A tiny, local-first todo webapp with S3 sync

6 pointsby beingfloalmost 3 years ago

1 comment

beingfloalmost 3 years ago
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>