/yuniis-blog

Primary LanguageJavaScriptMIT LicenseMIT

SpaceHey-Integrated RSS Feed Viewer

Valid RSS ReactJS Material-UI SpaceHey Made with Notepad

This is a RSS feed viewer built using ReactJS and Material-UI. It allows you to fetch an RSS feed and display blog posts in a stylish card-based layout.

Features

  • Fetch and display blog posts from an RSS feed.
  • Minimalistic and flashy design inspired by the minimalistic Material Design.
  • Card-based layout for each blog post, making them stand out.
  • Links to Twitter, GitHub, and SpaceHey in the header.

Getting Started

  1. Clone the repository:
gh repo clone bhenrich/yuniis-blog
cd yuniis-blog
  1. Install dependencies using yarn:
yarn install
  1. Start the proxy server (src/proxy.js, required for CORS)
cd src
node proxy.js
  1. Start the development server:
cd ..
yarn start

The app should now be running on http://localhost:3000.

Customize

To fetch a different RSS feed, update the URL in src/RSSFeed.js inside the fetchRSSFeed function.

Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License.