Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/edde746/reddit-scroller

Reddit media scroller app built with SvelteKit
https://github.com/edde746/reddit-scroller

frontend reddit reddit-client reddit-frontend sveltekit

Last synced: 21 days ago
JSON representation

Reddit media scroller app built with SvelteKit

Awesome Lists containing this project

README

        

# 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:

```bash
git clone https://github.com/edde746/reddit-scroller.git
cd reddit-scroller
```

2. Copy the example environment file and fill in the required values:

```bash
cp .env.example .env
# Update the .env file with your details
```

3. Install dependencies and start the development server:

```bash
pnpm i
pnpm dev
```

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