• Stars
    star
    786
  • Rank 57,890 (Top 2 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 5 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

๐Ÿ”ฅ React + Github Issues ๐Ÿ‘‰ Your Personal Blog

React Blog

React + Github Issues ๐Ÿ‘‰ Your Personal Blog ๐Ÿ”ฅ

React Blog is a personal blog system build on React that helps you create your own personal blog using Github Issues


๐Ÿ”ฅ Features

โœ… Own your content
โœ… Write using Markdown On Github Issues
โœ… Syntax/Code Highlighting
โœ… Fully customizable
โœ… Tags - Topics
โœ… Links
โœ… Reactions
โœ… View Comments
โœ… Images
โœ… Minutes Read
โœ… Beautiful UI Like Medium
โœ… Easy deployment: Using Github Pages
โœ… Instant Effects on Blog when changing github issues
โœ… Beautiful blockquote

๐Ÿ”— Live Demo

Here's a live demo

Github Issues / Blogs


๐Ÿš€ Get Up and Running in 10 Minutes

You can get a react-blog site up and running on your local dev environment in 10 minutes with these five steps:

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

You'll need Git and Node.js (which comes with npm) installed on your computer

1. From your command line, clone and run react-blog-github:

# Clone this repository
$ git clone https://github.com/saadpasta/react-blog-github.git

# Go into the repository
$ cd react-blog-github

# Install dependencies
$ npm install

2. Generate a Github Personal Access Token.

Generate a Github personal access token using these Instructions Make sure you don't select any scope just generate a simple token without any scope

After that copy your generated token and then encode your token into base 64 using this Website

Copy your base64 converted token

3. Create a GitHub App

Go on the following URL: https://github.com/settings/apps/new

There are a few fields to fill carefully:

In permissions & events, set Read & Write on Issues In "Install App", install the app on your user and select your repository

4. Change /src/config.js.

Go to your cloned repository and make the following changes in /src/config.js

export const config = {
  // Your Github Converted Token To Know How To Get Your Token Look at Readme.md
  githubConvertedToken: "Your token here",

  // Your Github UserName
  githubUserName: "Your username here",

  // Your Github Repo Name Where You Have your issues as Blog
  githubRepo: "Your repo's name here",

  // Set it to true if you have a Github app to add to this project
  // and fill the client ID & secret
  enableOAuth: true,
  OAuthClientID: 'Github App Client ID',
  OAuthSecret: 'Github App Secret',

  // Your Personal Blog Title
  title : "Title of your blog" ,

  // Your Personal Blog Subtitle
  subtitle : "Subtitle of your blog",

  // Header customization
  header: {
    backgroundColor: '#f1f6f8', // can be a CSS gradient
    titleColor: '#ff5252',
    subtitleColor: '#37474f',
  },
};

5. Write A Blog.

After doing following changes now you just need to write a blog on repository issues that you have mentioned in your config.js

  • Open your repository github issues
  • Create a new issue
  • Now write your blog in github issue in markdown. You can also use slack edit to write your markdown
  • Add a label blog on your github issue to make it different from other standard issues. Keep in mind blog label is mandatory otherwise it won't show on your website.

6. Start Your React App.

That's it now you just need to start your react application From your command line run .

# Run
$ npm start

๐Ÿ› ๏ธ Technologies used

This project is only possible thanks to the awesomeness of the following projects:

๐ŸŒฑ Inspiration

This project is inspired from many other similar projects.

๐Ÿค Contributing

Any idea on how we can make this more awesome ? Open a new issue! We need all the help we can get to make this project awesome!

๐Ÿ’ฅ Todo

  • Add Comment From Github
  • Authentication using Github
  • Footer
  • Header
  • Social Media Sharing

๐Ÿ“„ License

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

Contributors โœจ

Thanks goes to these wonderful people (emoji key):


SyedMuhammadHammadGhani

๐Ÿ“–

Saad Pasta

๐Ÿ’ป ๐Ÿ“– ๐ŸŽจ ๐Ÿšง

Jason Van Malder

๐Ÿ’ป ๐Ÿš‡

Slim Coder

๐Ÿ’ป

waleed345

๐Ÿ’ป

Abhishek Kashyap

๐Ÿ’ป

Zebra

๐Ÿ’ป ๐Ÿค”

Jaeyeon Kim

๐Ÿ’ป

Parthiv

๐Ÿ“–

This project follows the all-contributors specification. Contributions of any kind welcome!

More Repositories

1

developerFolio

๐Ÿš€ Software Developer Portfolio Template that helps you showcase your work and skills as a software developer. (This is currently not being actively maintained)
JavaScript
5,449
star
2

awesome-web-components

๐Ÿค– Awesome web components and snippets for every Front-End Developer
JavaScript
57
star
3

Grocery-Items-Detection

๐ŸŽ‰ Grocery Items Detection using Tenserflow.js and IBM Watson.๐Ÿ“ธ
JavaScript
33
star
4

PWA-Olx-Clone

Olx Clone Progressive Web App with Offline Feature, Messaging and Add to Favorite
JavaScript
19
star
5

i-want-to-learn

List of free courses from which i want to learn
7
star
6

Locate-Me

๐Ÿ“A React Native live location application to find your loved one's
JavaScript
6
star
7

React-quiz-app

React Quiz App With Login And SignUp
JavaScript
5
star
8

saadpasta

5
star
9

javascript-algorithms-ds

๐Ÿ”ฅ Algorithms and Data structures implemented in JavaScript
JavaScript
4
star
10

saadpasta.github.io

HTML
4
star
11

gatsby-blog-github

Building Gatsby Blog Using Github Issue Markdown !! In Progress
JavaScript
4
star
12

node-cli-mart

JavaScript
3
star
13

Olx-Nodejs-Mongodb

Olx App Made With Nodejs MonogoDb And Express
HTML
3
star
14

pastaman-porfolio

Personal Minimalistic Portfolio Build With Nextjs
CSS
3
star
15

spring-cloud-config

Java
2
star
16

hello-github-actions

Shell
2
star
17

upcomingEventsDemo

upcomingEventsDemo
JavaScript
1
star
18

Random-math-quiz

Random Math Question
JavaScript
1
star
19

github-actions-continuous-delivery

JavaScript
1
star
20

Car-pooling-Dashboard

Reactjs Car Pooling Dashboard With Graphs and Trips
JavaScript
1
star
21

notion-flashcards

Turn your Notion Toggle Into Flash Cards
JavaScript
1
star
22

trello-clone

Trello Clone without using any libaray
JavaScript
1
star
23

React-Employee-Form

React-Employee-Form
JavaScript
1
star
24

demo

Demo
JavaScript
1
star
25

mission-control-config-server

1
star
26

Quiz-App

Java-script Quiz App
JavaScript
1
star
27

hack-2020

Repo for hacktoberfest 2020
1
star