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 miliseconds.
index.ts
https://ashryanio--2566c702423a11f08e3e76b3cceeab13.web.val.run
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