/frontend-project-11

Service for aggregating RSS feeds

Primary LanguageJavaScript

RSS Reader

Actions Status rss Maintainability

RSS Reader is a service for aggregating RSS feeds, with the help of which it is convenient to read a variety of sources, such as blogs. It allows you to add an unlimited number of RSS feeds, updates them itself and adds new entries to the common stream.

Link to demo


Tech Stack


Get Start

  • Clone the repository to yourself locally:
  git clone git@github.com:ilrosch/frontend-project-11.git
  # or
  # git clone https://github.com/ilrosch/frontend-project-11.git
  • Install the necessary packages:
  npm ci
  # or
  # make install
  • Run project locally:
  npx webpack serve
  # or
  # make dev