Deployed here
RSS reader is a service for aggregating RSS feeds, with which it is convenient to read sources, such as blogs. It allows you to add a lot of RSS feeds, updates them itself and adds new entries to the general feed.
Requirements
node >= 18
npm >= 9
make >= 4
Steps to run locally
$ git clone https://github.com/afreakanist/frontend-project-lvl3.git
# go to frontend-project-lvl3 directory
$ make install
$ make develop