All Projects → sabesansathananthan → React-Medium-Blog

sabesansathananthan / React-Medium-Blog

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

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to React-Medium-Blog

artigo-solid-medium
Implementações dos exemplos demonstrados no artigo: https://bit.ly/2o97vY1
Stars: ✭ 28 (+100%)
Mutual labels:  medium, medium-article
FlutterMediumClone
Building a Medium Clone in Flutter.
Stars: ✭ 55 (+292.86%)
Mutual labels:  medium, medium-article
Self-Driving-Car-Steering-Simulator
The aim of this project is to allow a self driving car to steer autonomously in a virtual environment.
Stars: ✭ 15 (+7.14%)
Mutual labels:  medium, medium-article
laravel-medium-sdk
Laravel Service Provider for Medium's SDK for PHP.
Stars: ✭ 20 (+42.86%)
Mutual labels:  medium, medium-api
medium-toc
Easily create a table of contents for your Medium articles in just one click. ✨
Stars: ✭ 33 (+135.71%)
Mutual labels:  medium, medium-article
python-telegram-bot-heroku-example
Repository for Medium article about creating a Telegram bot in Python and deploying it on Heroku
Stars: ✭ 13 (-7.14%)
Mutual labels:  medium, medium-article
medium-sdk-elixir
Elixir SDK for the Medium.com API. 🌐
Stars: ✭ 19 (+35.71%)
Mutual labels:  medium, medium-api
MediumUnlimited
Android App written with Flutter/Dart to navigate medium.com without limitations.
Stars: ✭ 28 (+100%)
Mutual labels:  medium, medium-article
Medium-Python-Neural-Network
This code is part of my post on Medium.
Stars: ✭ 58 (+314.29%)
Mutual labels:  medium, medium-article
indices
Indices creates a Table of Contents sidebar for Medium articles, and enables you to skip around
Stars: ✭ 16 (+14.29%)
Mutual labels:  medium
Articles-Bookmarked
No description or website provided.
Stars: ✭ 30 (+114.29%)
Mutual labels:  medium
medium
Usando a api do medium pra ler artigos e exibir o html
Stars: ✭ 33 (+135.71%)
Mutual labels:  medium
static-medium-isr-in-nuxtjs-with-layer0
Demo showing off ISR in Nuxt.js with Layer0
Stars: ✭ 36 (+157.14%)
Mutual labels:  medium
webpack-2.0-from-scratch
Guide on how to setup a Webpack config from scratch.
Stars: ✭ 72 (+414.29%)
Mutual labels:  medium
blog-template
Template for the Jekyll-powered elementary blog
Stars: ✭ 34 (+142.86%)
Mutual labels:  medium
medium-code
A place to store my jupyter notebooks for my medium articles
Stars: ✭ 27 (+92.86%)
Mutual labels:  medium
hosts
自动生成 Hosts 文件,科学上网
Stars: ✭ 30 (+114.29%)
Mutual labels:  medium
github-readme-medium
📖 Dynamically generated your latest Medium article on your GitHub readmes!
Stars: ✭ 56 (+300%)
Mutual labels:  medium
using-react-usecontext-hook-with-dynamic-values-example
For medium.com post - see details in README
Stars: ✭ 21 (+50%)
Mutual labels:  medium-article
BottomNavArchDemo
The demo project for Bottom Navigation with Navigation Architecture Components article
Stars: ✭ 53 (+278.57%)
Mutual labels:  medium

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.

Live Demo

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].