In this project we create RSS aggregator. RSS is a specialized format designed to describe news feeds, article announcements and other materials. This is the easiest way for websites (usually blogs) to allow users to subscribe to changes. For this, special services called RSS aggregators are used. These services are able to poll the RSS feeds of sites for new posts and display them in a convenient way, marking what they have read and so on.
- bootstrap
- webpack
- axios
- i18next
- on-change
- yup
- lodash
- Clone git repo:
git clone git@github.com:Abra19/rss_agregator.git
- Install package:
make install
- Build:
make build