GithubHelp home page GithubHelp logo

anacr / raddit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ivnflpz/raddit

0.0 1.0 0.0 634 KB

Raddit is a Reddit clone that leverages React and the Reddit API.

HTML 4.34% CSS 14.78% TypeScript 80.88%

raddit's Introduction

Raddit

Raddit is a Reddit clone that leverages React and the Reddit API.

Setup

The Reddit API requires Oauth2 to fetch data. The following steps need to be taken to setup Raddit with the right configuration.

Create a Reddit authorized app

Go to Reddit Authorized Apps and create a new script app. The redirect_uri field should be set to https://not-an-aardvark.github.io/reddit-oauth-helper/ for the next step to work correctly. Other than the name, all the other fields can be left blank.

Get an access token

Go to Reddit OAuth Helper to generate the token. The page will require the client id and secret from the Reddit page. Check the permanent? box.

Currently, the app requires the following permissions from Reddit:

  • read
  • save
  • vote

Finally click the generate button to get the access and refresh tokens.

Setup the project

Create a new file called .env.local or modify .env on the root directory. The following contents should be filled out and replaced with the appropriate values from the steps above:

REACT_APP_CLIENT_ID=reddit_client_id
REACT_APP_CLIENT_SECRET=reddit_client_secret
REACT_APP_REFRESH_TOKEN=reddit_refresh_token

Start the project

Run the following commands to install the dependencies and start the server on http://localhost:3000

npm install
npm start

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.