Skip to content

edde746/reddit-scroller

Repository files navigation

reddit-scroller

A smooth and user-friendly frontend for browsing Reddit media and subreddits, built using SvelteKit and Tailwind CSS.

Mostly dead due to Reddits API changes, can still be ran locally (sometimes).

Features

  • Browse media content from Reddit, including images, GIFs, and videos.
  • View and navigate through a list of the most popular subreddits.
  • Responsive design that works on various devices and screen sizes.

Prerequisites

  • Node.js
  • A Reddit Account
  • Redis

Installation

  1. Clone the repository:

    git clone https://github.com/edde746/reddit-scroller.git
    cd reddit-scroller
  2. Copy the example environment file and fill in the required values:

    cp .env.example .env
    # Update the .env file with your details
  3. Install dependencies and start the development server:

    pnpm i
    pnpm dev

Now you can access the Reddit Scroller app at http://localhost:5173.