Skip to content

DmitriyM01/frontend-project-11

Repository files navigation

hexlet-check

Посмотреть пример

RSS Aggregator

RSS Aggregator is a project developed as part of the Frontend Developer course on the Hexlet platform. The project involves creating a web application that allows users to subscribe to and read various RSS feeds in one place.

Features

  • Add multiple RSS feeds.
  • ???Automatic updates of the feeds and aggregation of new articles???
  • User-friendly interface for reading articles from different sources.

Getting Started

Prerequisites

To run this project, you need to have Node.js and npm installed on your machine.

Installation

  1. Clone the repository:
git clone [url_repo]
  1. Install the dependencies:
make install

Building for Development

To build the project for development, run:

make dev

The application will be available at http://localhost:8080(may be).

Running the Linter

To check the code for stylistic and programming errors, run:

make lint 

Running Tests

To run the test suite, execute:

make test

Building for Production

To build the project for production, run:

make build

Packages

 
 
 

Contributors