Skip to content

akivonen/rss-reader

Repository files navigation

Maintainability

RSS Reader

Description

RSS Reader is a RSS feeds aggregator that helps you conveniently read a variety of sources, for example, blogs. You can add an infinite number of RSS feeds, check for updates, and add new entries to the main stream with this tool.

Stack

  • JavaScript
  • Bootstrap
  • i18next
  • Axios
  • GitHub Actions (CI)
  • Webpack
  • Yup
  • on-change
  • Lodash

Learned Skills

  • State management(on-change)
  • DOM Manipulation
  • Form Handling and Validation(yup)
  • MVC Architecture
  • Asynchronous requests(axios)
  • Build and Deployment Processes(webpack, vercel)
  • RSS Feeds Aggregation
  • Styling(bootstrap)

Installation

git clone https://github.com/akivonen/brain-games.git
#Install dependencies
make install
#Build
make build
#Develop
make develop