rss-feed-reader

A simple RSS Feed Reader based on web technologies (HTML, CSS, JavaScript)

MIT License

Stars
8
Committers
1

RSS Feed Reader

A Progressive Web App (PWA) for reading RSS feeds.

About

RSS Feed Reader is a web application that allows you to read RSS feeds in a clean and simple interface. It is built using Web components and is a Progressive Web App (PWA) which means it can be installed on your device and used offline.

Live demo

👉 RSS Feed Reader

Features

Some of the key features of the application include:

  • Add one or many RSS feeds in XML format.
  • Enable/disable feeds per will.
  • Export/share feeds URLs to use in other devices (all data is saved on device).

Screenshots

The following screenshots show the application in action:

Development

Below are the instructions for setting up the development environment.

Prerequisites

  • Node.js (v20.x.x)
  • npm (v10.x.x)

Installation

Clone the repository to your local machine:

git clone [email protected]:georapbox/rss-feed-reader.git

Navigate to the project's directory and install the dependencies:

npm install

Running the application

To run the application in development mode, run the following command:

npm start -- --open

This will start the development server and open the application in your default web browser.

Building the application for production

To build the application for production, run the following command:

npm run build

This will create a dist directory containing the production build of the application.

Deployment

To deploy the application, run the following command:

npm run deploy

This will build the application first and then deploy it to GitHub Pages in the gh-pages branch.

Helpful links

License

The MIT License (MIT)