A custom HackerNews Reader to match my workflow.
A Cloudflare Worker is used to collect stories from HN on a scheduled basis.
my-hackernews-reader.pages.dev
- Basic prototype with CodeSandbox and rss2json
- Add VS Code devcontainer
- Use create-react-app + copy code from prototype
- Add styling with Tailwind CSS
- Host on Cloudflare Pages
- Add Cloudflare Pages Function to provide stories to frontend
- Add Cloudflare Worker to collect stories on schedule