https://github.com/abra19/rss_agregator
In this project we create RSS aggregator. These service is able to poll the RSS feeds of sites for new posts and display them in a convenient way, marking what they have read and so on
https://github.com/abra19/rss_agregator
axios bootstrap i18next js lodash onchange webpack yup
Last synced: 4 months ago
JSON representation
In this project we create RSS aggregator. These service is able to poll the RSS feeds of sites for new posts and display them in a convenient way, marking what they have read and so on
- Host: GitHub
- URL: https://github.com/abra19/rss_agregator
- Owner: Abra19
- Created: 2022-09-08T22:16:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-12T17:38:00.000Z (over 1 year ago)
- Last Synced: 2025-01-02T08:44:41.750Z (5 months ago)
- Topics: axios, bootstrap, i18next, js, lodash, onchange, webpack, yup
- Language: JavaScript
- Homepage: https://frontend-project-11-rho.vercel.app
- Size: 979 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Hexlet tests and linter status:
[](https://github.com/Abra19/frontend-project-11/actions)
[](https://codeclimate.com/github/Abra19/frontend-project-11/maintainability)
[](https://github.com/Abra19/frontend-project-11/actions)### Project Description:
In this project we create RSS aggregator.
RSS is a specialized format designed to describe news feeds, article announcements and other materials. This is the easiest way for websites (usually blogs) to allow users to subscribe to changes. For this, special services called RSS aggregators are used. These services are able to poll the RSS feeds of sites for new posts and display them in a convenient way, marking what they have read and so on.### Project used:
* bootstrap
* webpack
* axios
* i18next
* on-change
* yup
* lodash### [Try the application](https://frontend-project-11-abra19.vercel.app/)
### To get started1. Clone git repo: `git clone [email protected]:Abra19/rss_agregator.git`
2. Install package: `make install`
3. Build: `make build`