The website is an RSS aggregator that accepts a link to an RSS resource
and downloads all available news items.
New posts from the added feed appear dynamically on the page.
The user can read a preview of the news item in a modal window or follow the link to the original news item.
The website is available at: https://rss-aggregator-frit027.vercel.app
https://feeds.arstechnica.com/arstechnica/index - News about information technology
https://lorem-rss.herokuapp.com/feed?unit=second - Updates every second
The main page only has one URL input field. This allows you to add RSS feeds.
Using a modal window you can read a brief summary of the news.
Node.js v12.22.9 or later.
Clone the repository.
In the project root run the commands:
npm i
npm run buildFrom the created public directory, open the index.html file in your browser.
- Javascript ES6
- Bootstrap
[5.0]
- webpack
[5.74.0]

