Skip to content

niyak93rus/frontend-project-lvl3

Repository files navigation

Hexlet tests and linter status:

Actions Status

CodeClimate Badge:

Maintainability

GitHub Actions CI status:

Project CI

Deployed on Vercel:

https://frontend-project-lvl3-iota-eight.vercel.app/

Description:

This is a simple RSS-reader application made during learning on Hexlet Frontend-developer course

How to use it:

Simply copy and paste in the textbox a link with RSS. Then click 'Add' or Enter - and see the feeds and posts you added.

To run locally on your machine (make sure that you have node.js and npm installed):

install dependencies and let your system run the package

make install

build the webpack

make build

run the webpack on localhost

make start