subcurrentShuffle2
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v1View latest version
A React application that displays random posts from the Subcurrent Astro RSS feed.
backend/- Hono API serverindex.ts- Main entry point with RSS fetching and serving
frontend/- React UIindex.html- Main HTML templateindex.tsx- React app entry pointcomponents/App.tsx- Main app component
- Fetches RSS feed from https://astoria-tech.github.io/subcurrent-astro/
- Displays a random post from the feed
- Simple, clean React UI with TailwindCSS styling