"RSS aggregator" - Service for aggregating RSS feeds, allows you to add an unlimited number of RSS feeds. Service is updates them and adds new entries. The architecture of the application is based on the MVC design pattern. The main goal is to learn how to work with the DOM API, validate data in forms, make asynchronous HTTP requests, and handle errors. The whole project is done on promises.
- Designing an architecture according to the MVC pattern
- Work with DOM API (selectors, events and HTML generation)
- Layout of the interface using Bootstrap
- Form and data validation wit Yup
- Async JavaScript (Ajax, Promises, Timeouts, errors handling)
- Parsing RSS feeds
- Using i18-next to organize texts, locales
- Build with WebPack
- Deploy on Varce
make install
make develop
