RSS Reader is a web application that allows users to subscribe to RSS feeds and read their latest posts in a single place. The application updates the posts automatically, allowing users to stay up-to-date with their favorite websites without having to visit them individually.
- Add new RSS feeds by entering the feed URL
- Automatically fetch new posts from the subscribed feeds
- Mark posts as read or unread
- View the latest posts from all feeds or from a specific feed
You can access a live demo of the app here.
- Node js
Node.js 18 version
- Clone the repository:
git clone https://github.com/OrchidClouse/frontend-project-11
- Install the dependencies:
make install
- Start the development server:
make serve
- Open in your web browser.
http://localhost:8080