Skip to content

Molotov-Eugene/rss-aggregator

Repository files navigation

Status:

Actions Status Maintainability Linter

About:

Rss aggregator - is an app for aggregating and reading RSS feeds from many sources.

For participants:

Clone this repo and go to the directory

$ make install  # dependecies
make develop    # start webpack server
make build      # build product version

p.s.

It's study project.

I worked out with tools like:

i18next, on-change, yup, webpack, axios, ajax.

Main focus:

  • Data validation.
  • Working with clean DOM and forms.
  • Make and handle requests.
  • HTML generation via DOM API.