A frontend application for reading and managing RSS feeds, built with Next.js and React.
- Add and edit RSS feeds
- Subscribe to and persist added feeds
- Sort articles by publication date (newest first)
- Preview individual articles with a link to the original source
- Add, remove, and filter favorite articles
- Filter articles by title
- Filter view to show only favorites
- Next.js + React
- Tanstack Query – data fetching and subscription handling
- styled-components – component styling
- date-fns – date formatting
- lodash – utility functions
- Markdown parser for rendering article content
Here you can find working demo: 🔗 demo
Due to CORS policy, feed parsing is handled on the backend (Next.js API routes), and the frontend fetches pre-processed data. Subscriptions are managed using Tanstack Query with a refresh interval of 1 minute. Articles are rendered using Markdown for better readability.
Paweł Jakubowski 🔗 LinkedIn