Add rss feed url's to a list and select an active rss feed to display
These instructions will get the project up and running on your local machine.
Terminal
Node
Yarn / npm
Chrome / Firefox
Follow these steps to install the project
Clone this repo:
git clone [email protected]:carllang/rss-react-app.git
Change into the newly cloned repo directory:
cd rss-react-app
Install dependencies
yarn or npm install
Type the following command in the project directory
yarn start or npm start
Navigate your browser to http://localhost:9001
Sample feeds:
http://www.feedforall.com/sample.xml http://www.feedforall.com/sample-feed.xml http://www.feedforall.com/blog-feed.xml http://www.rss-specifications.com/blog-feed.xml
- styled-components
- Webpack
- React
- Redux
- [Rss to json ] (https://rss2json.com)