AfikDeri / Medium-RSS-Reader

Simple react and node app to view RSS feeds from Medium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Medium RSS Reader

A nice responsive UI to search and view different RSS feeds from Medium.

Getting started

  1. clone the repo to your local machine

  2. cd into the new directory

$ cd Medium-RSS-Reader
  1. install the dependencies
$ npm run setup # (to install the dependencies for the client and server side)
  1. create a .env file in the root of the project and paste the following
PORT=4000
  1. Run both the client and the server with a single command
$ npm run start

Running tests

There are a few unit tests for the client side (React components)

to run the test suite

$ npm test

About

Simple react and node app to view RSS feeds from Medium


Languages

Language:JavaScript 71.9%Language:CSS 25.7%Language:HTML 2.4%