Skip to content

nunsez/frontend-project-lvl3

Repository files navigation

Hexlet. RSS Reader. Frontend project lvl 3.

Hexlet tests and linter status:

Actions Status Node.js CI Maintainability

RSS Reader is a service for aggregating RSS feeds, with the help of which it is convenient to read various sources, for example, blogs. It allows you to add an unlimited number of RSS feeds, update them and add new posts to the general feed.

Click here to try RSS Reader!

Additional information:

  • Service hosting platform: Vercel
  • Service uses proxy All Origins
  • Styles generated by bootstrap 4.6.0
  • The default post update interval is 5 seconds

Install

git clone https://github.com/nunsez/frontend-project-lvl3.git
cd frontend-project-lvl3/
make install

for production

make build

for developers

make develop