Actions Status Maintainability

Description

Simple feed aggregator, which collect RSS feeds and then watched for a new posts.

Acquired Skills

  • Working with DOM API, asynchronous requests using axios.
  • State management of the application (using the on-change library)
  • Implementation of the package's ability to work as a library
  • Working with higher-order functions
  • Setting up project build using Webpack
  • Following the application architecture pattern MVC, working with state
  • Styling using Bootstrap
  • Deployment on Vercel

Technology Stack: JavaScript, Bootstrap, ESLint, GitHub Actions (CI), Webpack, Yup, on-change, i18next, Axios, All Origins, Lodash

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

img.png