Skip to content

Kassy-8/RSS-Agregator

Repository files navigation

Hexlet tests and linter status:

Actions Status Test workflow Maintainability

This repository is created as part of education on Hexlet.

Drown in the new's stream with our RSS Agregator!

  1. Follow the next link: https://frontend-project-lvl3-neon.vercel.app/

  2. Enter the rss-containing-url in the search bar, press Add. For example: https://ru.hexlet.io/lessons.rss search-bar

  3. You see title and description of added rss-feed and list of last posts. If you click the link, the particular post will open in new window. feeds and posts

Click on the button 'Просмотр' to read short post's description and decide do you really wanna see this news. post description

  1. Add so many feeds as you want. Feed will be update every 5 seconds and you don't miss anything!

  2. To install project locally:

  • Clone repository:

    git clone [email protected]:Kassy-8/frontend-project-lvl3.git

  • Install dependencies:

    npm ci

  • Build project:

    make build