This is a simple full-stack implementation of the RSS feed reader website from Codementor DevProjects.
Currently, the Vite server can be run (via npm run dev
) and the RSS feed XML can be read via the AllOrigins proxy that the RSS link feeds through in
the index +page.svelte.
It's my first touch with building a project using Svelte (pretty cool btw, reminds me of how you structure Vue projects).