Skip to content

A simple RSS Feed app that takes an XML format data and parses it to a JS object and shows it with the pagination.

License

Notifications You must be signed in to change notification settings

imransilvake/rss-feed-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSS Parser

A simple RSS Feed app that takes an XML format data and parses it to a JS object and shows it with the pagination.

Content

  • UI contains: Form (Input + Submit button), List of items, Pagination
  • Form Input allows users to input an RSS Feed URL
  • Form Submit Button fetches provided RSS-feed, then parses it and uses it in List
  • Validations: In case of any error, UI should show something to the user
  • Rewrite Array Methods:
    • Array.prototype.map
    • Array.prototype.filter
    • Array.prototype.reduce

Libraries and Frameworks

External

Information

Check React-Seed to understand how to build and serve this project as well as how to use SCSS and JS linting.

About

A simple RSS Feed app that takes an XML format data and parses it to a JS object and shows it with the pagination.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published