vbelolapotkov / frontend-project-lvl3

Home Page:rss-reader.vbelolapotkov.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

rss-reader.vbelolapotkov.vercel.app


Languages

Language:JavaScript 46.0%Language:HTML 44.4%Language:Makefile 8.2%Language:SCSS 1.4%