The following repository contains RSS aggregator. Using this aggregator, you can easilly read posts from unlimited amount of feeds at once. RSS aggregator reloading all sources automatically every 5s and pushing new posts to template.
- native JavaScript (ES6)
- pure DOM + HTML
- MVC development
- bootstrap + styles
- Axios
- yup validation
- i18next
- webpack
- vercel deployment
- Fork this repo by SSH key:
[email protected]:vlad1slove1/frontend-project-11.git
- Install depencies:
make install
- Open webpack's develop page:
make develop
- Build project:
make build
- Check linter:
make lint