You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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)