Skip to content

Created a small form which accepts RSS feed url and on click of submit button, list down all the data corresponding to it. It is created with react hooks.

Notifications You must be signed in to change notification settings

neelamv222/rss-feed-react-hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm install

Install dependencies mentioned in package.json

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

I have used below dependencies:

  1. Material UI : To make UI look better
  2. RSS parser: to parser the RSS data
  3. Few Dependencies added for writing unit test cases: I have written testcases in few files.

I have tested my code with below RSS feed urls: https://papabearcodes.com/rss.xml https://www.reddit.com/.rss http://feeds.bbci.co.uk/news/rss.xml http://www.cbn.com/cbnnews/us/feed/ http://news.yahoo.com/rss/

About

Created a small form which accepts RSS feed url and on click of submit button, list down all the data corresponding to it. It is created with react hooks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published