/rss-reader

Mini RSS Reader

Primary LanguageJavaScript

RSS Reader

This is the front-end of RSS Reader built with ReactJS and TailwindCSS.

What's an RSS Reader?

RSS stands for Really Simple Syndication, and it is a simple, standardized content distribution method that can help you stay up-to-date with your favourite newscasts, blogs, websites, and social media channels. Instead of visiting sites to find new posts or subscribing to sites to receive notifications of new posts, find the RSS feed on a website and read new posts in an RSS reader.

Screenshots

  • Web
    Light Mode
    Dark Mode
  • Mobile
    Light Mode
    Dark Mode

Installation

  1. Clone the project
    git clone https://github.com/RtiM0/rss-reader.git
  2. Install npm modules
    cd rss-reader
    npm install

Usage

  1. Start the backend.
  2. Start react
    npm run start

The project will be running on localhost:3000.


The front-end is made using TailwindCSS and its utility-first fundamentals are strictly followed.

  • No custom css used.
  • Responsive Design.
  • Dark/Light Mode (follows System Setting).
  • All re-usable design elements componentized.