Rss Reader is a service for aggregating RSS feeds, which makes it convenient to read various sources, such as blogs. It allows you to add an unlimited number of RSS feeds, updates them automatically, and adds new entries to the common stream.
This pet project was my playground for mastering MVC architecture and reactivity in JavaScript without frameworks. I focused on using the Proxy API (on-change) for reactivity and directly manipulating the DOM. It was a great learning experience in handling network issues and avoiding feed duplication, enhancing my core JavaScript skills.
https://rss-reader.ivankalachikov.vercel.app/
$ npm install
$ make develop
$ make build