Skip to content

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.

ivan-kalachikov/RSS-reader

Repository files navigation

RSS aggregator

Description

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.

Objectives

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/


Tests and linter status:

Actions Status Maintainability Test Coverage Linter Tests

Install

$ npm install

Start dev server

$ make develop

Build

$ make build

About

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.

Resources

Stars

Watchers

Forks

Packages

No packages published