Actions Status Actions Status Maintainability Test Coverage

WIP: RSS Reader web app

Frontend app which aggregates content from multiple RSS-feeds of your choice.

Demo (deployed with Vercel): https://rss-reader.vbelolapotkov.com/

Local installation and development

  • Clone the repo.
  • Run make install from the project root.
  • Run make dev to spin up dev server.
  • Access http://localhost:8000 from the browser.

Other scripts

  • make build to create build in dist folder.
  • make test to run tests locally.
  • make lint to lint src files.

Stack