RSS Reader is a service for aggregating RSS feeds, with the help of which it is convenient to read a variety of sources, such as blogs. It allows you to add an unlimited number of RSS feeds, updates them itself and adds new entries to the common stream.
- JavaScript : promises (native), yup, axios, onChange, i18next
- Bundler : webpack
- Layout : bootstrap 5
- CI/CD : vercel, codeclimate, github actions
- Clone the repository to yourself locally:
git clone git@github.com:ilrosch/frontend-project-11.git
# or
# git clone https://github.com/ilrosch/frontend-project-11.git
- Install the necessary packages:
npm ci
# or
# make install
- Run project locally:
npx webpack serve
# or
# make dev