Skip to content

afreakanist/frontend-project-lvl3

Repository files navigation

Practice project: RSS reader

Node CI Hexlet Check Code Climate

Deployed here

What it is

RSS reader is a service for aggregating RSS feeds, with which it is convenient to read sources, such as blogs. It allows you to add a lot of RSS feeds, updates them itself and adds new entries to the general feed.

Stack

JavaScript HTML5 CSS3 Bootstrap Webpack

How to run / test

Local environment

Requirements

node >= 18
npm >= 9
make >= 4

Steps to run locally

$ git clone https://github.com/afreakanist/frontend-project-lvl3.git
# go to frontend-project-lvl3 directory
$ make install
$ make develop