This project is a web application that aggregates and displays multiple RSS feeds in a row, providing an easy way to view content from different sources in one place.
- Multiple RSS Feeds Display: View articles from multiple RSS feeds side by side in a clean layout.
- Design: The app is styled using TailwindCSS.
- Backend Parsing: An Express.js backend fetches and parses RSS feeds, sending the articles to the frontend for display.
-
Frontend:
- React.js: Handles the UI components and state management.
- TailwindCSS
-
Backend:
- Express.js: Manages API routes and handles the server-side logic to parse RSS feeds.
-
Other:
- Axios and CORS are used for sending HTTP requests