Subcurrent RSS Reader

A React application that displays random posts from the Subcurrent Astro RSS feed.

Structure

  • backend/ - Hono API server
    • index.ts - Main entry point with RSS fetching and serving
  • frontend/ - React UI
    • index.html - Main HTML template
    • index.tsx - React app entry point
    • components/App.tsx - Main app component

Features