/React-Medium-Blog

React blog page which consist of last ten medium posts. The blog card is created using shards React and React application.

Primary LanguageJavaScript

React Medium Blog

Aim of this project is embed Medium as a blog on your React website.

UI

Firebase CI Framework: React licence GitHub package.json version GitHub repo size Twitter URL

🛠️ Built with

Installation

To setup the app for development on your local machine, please follow the instructions below:

  1. Clone the repo to your machine

    git clone https://github.com/sabesansathananthan/React-Medium-Blog.git
    cd React-Medium-Blog
  2. Install packages

    If you use npm

    npm install

    or

    If you use yarn

    yarn
  3. Change username

    Use your Medium username👤 instead of @Sabesan96. in Slider.js

    mediumURL = "https://api.rss2json.com/v1/api.json?rss_url=https://medium.com/feed/@Sabesan96";
  4. Run the development server

    If you use npm

    npm start

    or

    If you use yarn

    yarn start
  5. Visit http://localhost:3000

How does the category tag work?

How can we choose a particular category tag among a medium post’s 5 category tags?

I proposed a method for that. In a particular medium post which category tag was tagged the highest time in last 10 medium posts is suitable for that post.

Don't forget to give a star ⭐ for this repo 🙂

Article Related Article

Embed Medium as a blog on your React Website — Part 1 - Sabesan Sathananthan

Similar Projects

📄 License

This project is licensed under the MIT License - see the LICENSE file for details